org.webmacro
Class WebMacroRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.webmacro.RethrowableRuntimeException
                  extended byorg.webmacro.WebMacroRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ParserRuntimeException

public class WebMacroRuntimeException
extends RethrowableRuntimeException

This is the base class of all WebMacro runtime exceptions.

See Also:
Serialized Form

Constructor Summary
WebMacroRuntimeException()
           
WebMacroRuntimeException(java.lang.String reason)
           
WebMacroRuntimeException(java.lang.String reason, java.lang.Throwable e)
           
 
Methods inherited from class org.webmacro.RethrowableRuntimeException
getCaught, getCause, getRootCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebMacroRuntimeException

public WebMacroRuntimeException()

WebMacroRuntimeException

public WebMacroRuntimeException(java.lang.String reason)

WebMacroRuntimeException

public WebMacroRuntimeException(java.lang.String reason,
                                java.lang.Throwable e)