org.jamon
Class JamonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
JamonException(String p_msg)
           
JamonException(String p_msg, Throwable p_rootCause)
           
JamonException(Throwable p_rootCause)
           
 
Method Summary
 Throwable getCause()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream p_stream)
           
 void printStackTrace(PrintWriter p_writer)
           
 
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

JamonException

public JamonException(String p_msg)

JamonException

public JamonException(String p_msg,
                      Throwable p_rootCause)

JamonException

public JamonException(Throwable p_rootCause)
Method Detail

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