|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
at.gv.egiz.pdfas.api.exceptions.ConfigUtilsException
| Constructor Summary | |
ConfigUtilsException()
Instantiates a new (unspecified) exception. |
|
ConfigUtilsException(Exception exception)
Instantiates a new exception based on another (wrapped) exception. |
|
ConfigUtilsException(String message)
Instantiated a new exception based on a message. |
|
ConfigUtilsException(String message,
Exception exception)
Instantiation of a new exception based on a message and another (wrapped) exception. |
|
| Method Summary | |
Exception |
getException()
Returns the underlying exception. |
String |
getMessage()
Returns the message of the wrapped exception. |
String |
toString()
Returns the text representation of this instance. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ConfigUtilsException(String message,
Exception exception)
message - The exception message.exception - Another exception.public ConfigUtilsException(String message)
message - The message of the new exception.public ConfigUtilsException(Exception exception)
exception - The wrapped exception.public ConfigUtilsException()
| Method Detail |
public Exception getException()
public String getMessage()
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||