echoxul.view
Class ViewNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byechoxul.view.ViewException
                  extended byechoxul.view.ViewNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ViewNotFoundException
extends ViewException

Author:
Terry Laurenzo
See Also:
Serialized Form

Constructor Summary
ViewNotFoundException()
           
ViewNotFoundException(java.lang.String message)
           
ViewNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
ViewNotFoundException(java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewNotFoundException

public ViewNotFoundException()

ViewNotFoundException

public ViewNotFoundException(java.lang.String message)
Parameters:
message -

ViewNotFoundException

public ViewNotFoundException(java.lang.String message,
                             java.lang.Throwable cause)
Parameters:
message -
cause -

ViewNotFoundException

public ViewNotFoundException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2004 Terry Laurenzo. All Rights Reserved.