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:
  • Field Details

  • Constructor Details

    • FactoryException

      public FactoryException()
    • FactoryException

      public FactoryException(String msg)
    • FactoryException

      public FactoryException(Exception e)
    • FactoryException

      public FactoryException(String msg, Throwable e)
  • Method Details