com.opensymphony.module.sitemesh.factory
Class FactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.opensymphony.module.sitemesh.factory.FactoryException
- All Implemented Interfaces:
- java.io.Serializable
public class FactoryException
- extends java.lang.RuntimeException
This RuntimeException is thrown by the Factory if it cannot initialize or perform
an appropriate function.
- Version:
- $Revision: 1.2 $
- Author:
- Joe Walnes
- See Also:
- Serialized Form
Field Summary |
protected java.lang.Throwable |
exception
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
exception
protected java.lang.Throwable exception
FactoryException
public FactoryException()
FactoryException
public FactoryException(java.lang.String msg)
FactoryException
public FactoryException(java.lang.Exception e)
FactoryException
public FactoryException(java.lang.String msg,
java.lang.Throwable e)
getRootCause
public java.lang.Throwable getRootCause()
- Get the original cause of the Exception. Returns null if not known.
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
- Overrides:
printStackTrace
in class java.lang.Throwable