org.exoplatform.forum.common.conf
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:
- Serialized Form
|
Field Summary |
protected org.exoplatform.container.xml.InitParams |
params
|
protected Class<?> |
target
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
params
protected org.exoplatform.container.xml.InitParams params
target
protected Class<?> target
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)
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)
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.