echoxul.view
Class ViewException

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

public class ViewException
extends java.lang.RuntimeException

Generic exception for views

Author:
Terry Laurenzo
See Also:
Serialized Form

Constructor Summary
ViewException()
           
ViewException(java.lang.String message)
           
ViewException(java.lang.String message, java.lang.Throwable cause)
           
ViewException(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

ViewException

public ViewException()

ViewException

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

ViewException

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

ViewException

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


Copyright © 2004 Terry Laurenzo. All Rights Reserved.