|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pentaho.platform.api.util.PentahoChainedException
public class PentahoChainedException
This is the base Pentaho Exception class that handles chained exceptions.
| Constructor Summary | |
|---|---|
PentahoChainedException()
|
|
PentahoChainedException(java.lang.String message)
Constructor |
|
PentahoChainedException(java.lang.String message,
java.lang.Throwable reas)
Constructor |
|
PentahoChainedException(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 PentahoChainedException()
public PentahoChainedException(java.lang.String message)
message - The message to be carried by the exception.
public PentahoChainedException(java.lang.String message,
java.lang.Throwable reas)
message - The message.reas - The root cause of the exception.public PentahoChainedException(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 | |||||||||