org.jamon
Class JamonRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jamon.JamonRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TemplateCompilationException, UnknownTemplateException
public class JamonRuntimeException
- extends RuntimeException
- See Also:
- Serialized Form
JamonRuntimeException
public JamonRuntimeException(String p_msg)
JamonRuntimeException
public JamonRuntimeException(String p_msg,
Throwable p_rootCause)
JamonRuntimeException
public JamonRuntimeException(Throwable p_rootCause)
getRootCause
@Deprecated
public Throwable getRootCause()
- Deprecated. use
Throwable.getCause() instead
- Returns:
- the root cause for this exception
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