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:
- Serializable
public class FactoryException
- extends 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
exception
protected Throwable exception
FactoryException
public FactoryException()
FactoryException
public FactoryException(String msg)
FactoryException
public FactoryException(Exception e)
FactoryException
public FactoryException(String msg,
Throwable e)
getRootCause
public Throwable getRootCause()
- Get the original cause of the Exception. Returns null if not known.
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintStream s)
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintWriter s)
- Overrides:
printStackTrace
in class Throwable