|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.pentaho.platform.api.util.PentahoCheckedChainedException
public abstract class PentahoCheckedChainedException
Constructor Summary | |
---|---|
PentahoCheckedChainedException()
|
|
PentahoCheckedChainedException(String message)
Constructor |
|
PentahoCheckedChainedException(String message,
Throwable reas)
Constructor |
|
PentahoCheckedChainedException(Throwable reas)
Constructor |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public 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 exceptionMethod Detail |
---|
public Throwable getRootCause()
public void printStackTrace(PrintWriter pw)
printStackTrace
in class Throwable
public void printStackTrace(PrintStream ps)
printStackTrace
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |