public abstract class PentahoCheckedChainedException extends Exception
| Constructor and Description | 
|---|
PentahoCheckedChainedException()  | 
PentahoCheckedChainedException(String message)
Constructor 
 | 
PentahoCheckedChainedException(String message,
                              Throwable reas)
Constructor 
 | 
PentahoCheckedChainedException(Throwable reas)
Constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Throwable | 
getRootCause()
Gets the root cause of the exception. 
 | 
void | 
printStackTrace(PrintStream ps)
Prints the exception trace to the specified print stream. 
 | 
void | 
printStackTrace(PrintWriter pw)
Prints the exception trace to the specified print writer 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic PentahoCheckedChainedException()
public PentahoCheckedChainedException(String message)
message - The message to be carried by the exception.public PentahoCheckedChainedException(String message, Throwable reas)
message - The message.reas - The root cause of the exception.public PentahoCheckedChainedException(Throwable reas)
reas - The cause of this exceptionpublic Throwable getRootCause()
public void printStackTrace(PrintWriter pw)
printStackTrace in class Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace in class Throwable