org.webmacro
Class WebMacroException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.webmacro.RethrowableException
                    |
                    +--org.webmacro.WebMacroException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigException, ContextException, HandlerException, InitException, IntrospectionException, InvalidTypeException, LogTargetFactory.LogCreationException, ResourceException, TemplateException

public class WebMacroException
extends RethrowableException

This is the base class of all WebMacro exceptions. You could use it to catch any exception enerated by WebMacro code.

See Also:
Serialized Form

Constructor Summary
WebMacroException()
           
WebMacroException(java.lang.String reason)
           
WebMacroException(java.lang.String reason, java.lang.Throwable e)
           
 
Methods inherited from class org.webmacro.RethrowableException
getCaught, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebMacroException

public WebMacroException()

WebMacroException

public WebMacroException(java.lang.String reason)

WebMacroException

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