Class InitParamException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.exoplatform.forum.common.conf.InitParamException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RequiredParamException

public class InitParamException extends RuntimeException
UNchecked exception for problems in initparams. This is typically fired when a component is not happy with the InitParams it receives.
Version:
$Revision$
Author:
Patrice Lamarque
See Also:
  • Field Details

    • params

      protected org.exoplatform.container.xml.InitParams params
    • target

      protected Class<?> target
  • Constructor Details

    • InitParamException

      protected InitParamException(org.exoplatform.container.xml.InitParams params, Class<?> target)
    • InitParamException

      public InitParamException(org.exoplatform.container.xml.InitParams params, Class<?> target, String message, Throwable t)
    • InitParamException

      public InitParamException()
    • InitParamException

      public InitParamException(String arg0)
    • InitParamException

      public InitParamException(Throwable arg0)
    • InitParamException

      public InitParamException(String arg0, Throwable arg1)
  • Method Details

    • getParams

      public org.exoplatform.container.xml.InitParams getParams()
    • setParams

      public void setParams(org.exoplatform.container.xml.InitParams params)
    • getTarget

      public Object getTarget()
    • setTarget

      public void setTarget(Class<?> target)