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
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 Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInitParamException(String arg0) InitParamException(String arg0, Throwable arg1) InitParamException(Throwable arg0) protectedInitParamException(org.exoplatform.container.xml.InitParams params, Class<?> target) InitParamException(org.exoplatform.container.xml.InitParams params, Class<?> target, String message, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
params
protected org.exoplatform.container.xml.InitParams params -
target
-
-
Constructor Details
-
InitParamException
-
InitParamException
-
InitParamException
public InitParamException() -
InitParamException
-
InitParamException
-
InitParamException
-
-
Method Details
-
getParams
public org.exoplatform.container.xml.InitParams getParams() -
setParams
public void setParams(org.exoplatform.container.xml.InitParams params) -
getTarget
-
setTarget
-