org.jamon.compiler
Class JamonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jamon.compiler.JamonException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvokerTool.TemplateArgumentException, TemplateInspector.UnknownArgumentsException

public abstract class JamonException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
JamonException(java.lang.String p_msg)
           
JamonException(java.lang.String p_msg, java.lang.Throwable p_rootCause)
           
JamonException(java.lang.Throwable p_rootCause)
           
 
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

JamonException

public JamonException(java.lang.String p_msg)

JamonException

public JamonException(java.lang.String p_msg,
                      java.lang.Throwable p_rootCause)

JamonException

public JamonException(java.lang.Throwable p_rootCause)


jamon