Class FactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.opensymphony.module.sitemesh.factory.FactoryException
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the original cause of the Exception.void
void
void
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Field Details
-
exception
-
-
Constructor Details
-
FactoryException
public FactoryException() -
FactoryException
-
FactoryException
-
FactoryException
-
-
Method Details
-
getRootCause
Get the original cause of the Exception. Returns null if not known. -
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-