|
||||||||||
| 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(String message)
Constructor |
|
PentahoChainedException(String message,
Throwable reas)
Constructor |
|
PentahoChainedException(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 PentahoChainedException()
public PentahoChainedException(String message)
message - The message to be carried by the exception.
public PentahoChainedException(String message,
Throwable reas)
message - The message.reas - The root cause of the exception.public PentahoChainedException(Throwable reas)
reas - The cause of this exception| Method Detail |
|---|
public Throwable getRootCause()
public void printStackTrace(PrintWriter pw)
printStackTrace in class Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||