public class InitParamException extends RuntimeException
InitParams it receives.| Modifier and Type | Field and Description |
|---|---|
protected org.exoplatform.container.xml.InitParams |
params |
protected Class<?> |
target |
| Modifier | Constructor and Description |
|---|---|
|
InitParamException() |
protected |
InitParamException(org.exoplatform.container.xml.InitParams params,
Class<?> target) |
|
InitParamException(org.exoplatform.container.xml.InitParams params,
Class<?> target,
String message,
Throwable t) |
|
InitParamException(String arg0) |
|
InitParamException(String arg0,
Throwable arg1) |
|
InitParamException(Throwable arg0) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.container.xml.InitParams |
getParams() |
Object |
getTarget() |
void |
setParams(org.exoplatform.container.xml.InitParams params) |
void |
setTarget(Class<?> target) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected org.exoplatform.container.xml.InitParams params
protected Class<?> target
protected InitParamException(org.exoplatform.container.xml.InitParams params,
Class<?> target)
public InitParamException(org.exoplatform.container.xml.InitParams params,
Class<?> target,
String message,
Throwable t)
public InitParamException()
public InitParamException(String arg0)
public InitParamException(Throwable arg0)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.