public class AppException extends RuntimeException
| Constructor and Description |
|---|
AppException()
Constructor 3
|
AppException(String strMessage)
Constructor 1
|
AppException(String strMessage,
Exception e)
Constructor 2
|
| Modifier and Type | Method and Description |
|---|---|
Exception |
getInitialException()
Returns the initial exception.
|
String |
getMessage()
Overides getMessage method
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AppException(String strMessage)
strMessage - The error messagepublic AppException(String strMessage, Exception e)
strMessage - The error messagee - The initial exceptionpublic AppException()
public Exception getInitialException()
public String getMessage()
getMessage in class ThrowableCopyright © 2016 City of Paris. All rights reserved.