public class BonitaException extends Exception
| Constructor and Description |
|---|
BonitaException(String message) |
BonitaException(String message,
Throwable cause) |
BonitaException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
protected int[] |
getCausesPositions() |
protected String |
getDefaultMessage()
Override this method to define a default message.
|
String |
getMessage() |
StackTraceElement[] |
getStackTrace(int index) |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s)
Prints this throwable and its backtrace to the specified
print writer.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic BonitaException(String message)
public BonitaException(Throwable cause)
protected int[] getCausesPositions()
public void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class Throwables - PrintWriter to use for outputpublic StackTraceElement[] getStackTrace(int index)
protected String getDefaultMessage()
public String getMessage()
getMessage in class ThrowableCopyright © 2013 BonitaSoft. All Rights Reserved.