public class JPFConfigException extends JPFException
cause, detailMessage, stackTrace| Constructor and Description |
|---|
JPFConfigException(String msg) |
JPFConfigException(String key,
Class<?> cls,
String failure) |
JPFConfigException(String key,
Class<?> cls,
String failure,
Throwable cause) |
JPFConfigException(String msg,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
printStackTracefillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTracepublic JPFConfigException(String msg)