|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| 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.eclipse.tptp.platform.analysis.util.java.ExceptionContainer
ExceptionContainer
| Constructor Summary | |
|---|---|
ExceptionContainer()
Constructor. |
|
ExceptionContainer(java.lang.Throwable first)
Constructor. |
|
| Method Summary | |
|---|---|
void |
add(java.lang.Throwable e)
Add an exception. |
java.util.Iterator |
exceptions()
Get the exceptions. |
int |
getExceptionCount()
Get the exceptions count. |
java.lang.String |
getLocalizedMessage()
Get the localized message. |
java.lang.String |
getMessage()
Get the message. |
void |
printStackTrace()
Print stack trace. |
void |
printStackTrace(java.io.PrintStream pw)
Print stack trace. |
void |
printStackTrace(java.io.PrintWriter pw)
Print stack trace. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ExceptionContainer(java.lang.Throwable first)
first - public ExceptionContainer()
| Method Detail |
public void add(java.lang.Throwable e)
e - public int getExceptionCount()
public java.util.Iterator exceptions()
public java.lang.String getMessage()
public java.lang.String getLocalizedMessage()
public void printStackTrace(java.io.PrintWriter pw)
public void printStackTrace(java.io.PrintStream pw)
public void printStackTrace()
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||