|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.pentaho.platform.api.util.PentahoCheckedChainedException
public abstract class PentahoCheckedChainedException
| Constructor Summary | |
|---|---|
PentahoCheckedChainedException()
|
|
PentahoCheckedChainedException(java.lang.String message)
Constructor |
|
PentahoCheckedChainedException(java.lang.String message,
java.lang.Throwable reas)
Constructor |
|
PentahoCheckedChainedException(java.lang.Throwable reas)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getRootCause()
Gets the root cause of the exception. |
void |
printStackTrace(java.io.PrintStream ps)
Prints the exception trace to the specified print stream. |
void |
printStackTrace(java.io.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(java.lang.String message)
message - The message to be carried by the exception.
public PentahoCheckedChainedException(java.lang.String message,
java.lang.Throwable reas)
message - The message.reas - The root cause of the exception.public PentahoCheckedChainedException(java.lang.Throwable reas)
reas - The cause of this exception| Method Detail |
|---|
public java.lang.Throwable getRootCause()
public void printStackTrace(java.io.PrintWriter pw)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream ps)
printStackTrace in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||