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.
Author:
Joe Walnes
See Also:
  • Field Details

    • exception

      protected Throwable exception
      The exception.
  • Constructor Details

    • FactoryException

      public FactoryException()
      Instantiates a new factory exception.
    • FactoryException

      public FactoryException(String msg)
      Instantiates a new factory exception.
      Parameters:
      msg - the msg
    • FactoryException

      public FactoryException(Exception e)
      Instantiates a new factory exception.
      Parameters:
      e - the e
    • FactoryException

      public FactoryException(String msg, Throwable e)
      Instantiates a new factory exception.
      Parameters:
      msg - the msg
      e - the e
  • Method Details