Save This Page
Home » sitemesh-2.3 » com.opensymphony.module » sitemesh » factory » [javadoc | source]
com.opensymphony.module.sitemesh.factory
public class: FactoryException [javadoc | source]
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.
Field Summary
protected  Exception exception     
Constructor:
 public FactoryException() 
 public FactoryException(String msg) 
 public FactoryException(Exception e) 
 public FactoryException(String msg,
    Exception e) 
Method from com.opensymphony.module.sitemesh.factory.FactoryException Summary:
getRootCause,   printStackTrace,   printStackTrace,   printStackTrace
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.module.sitemesh.factory.FactoryException Detail:
 public Exception getRootCause() 
    Get the original cause of the Exception. Returns null if not known.
 public  void printStackTrace() 
 public  void printStackTrace(PrintStream s) 
 public  void printStackTrace(PrintWriter s)