org.codehaus.waffle
Class WaffleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.codehaus.waffle.WaffleException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ActionMethodException, ActionMethodInvocationException, BindException, ContextContainerNotFoundException, ControllerNotFoundException, InvalidRegistrarException, RegistrarException

public class WaffleException
extends java.lang.RuntimeException

The base Exception that all other Waffle exceptions extend.

Author:
Michael Ward
See Also:
Serialized Form

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

WaffleException

public WaffleException()

WaffleException

public WaffleException(java.lang.String message)

WaffleException

public WaffleException(java.lang.String message,
                       java.lang.Throwable cause)

WaffleException

public WaffleException(java.lang.Throwable cause)


Copyright © 2008. All Rights Reserved.