org.jamon
Class JamonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jamon.JamonException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvokerTool.TemplateArgumentException, TemplateInspector.InvalidTemplateException, TemplateInspector.UnknownArgumentsException
public abstract class JamonException
- extends Exception
- See Also:
- Serialized Form
JamonException
public JamonException(String p_msg)
JamonException
public JamonException(String p_msg,
Throwable p_rootCause)
JamonException
public JamonException(Throwable p_rootCause)
getCause
public Throwable getCause()
- Overrides:
getCause in class Throwable
printStackTrace
public void printStackTrace(PrintWriter p_writer)
- Overrides:
printStackTrace in class Throwable
printStackTrace
public void printStackTrace(PrintStream p_stream)
- Overrides:
printStackTrace in class Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace in class Throwable