|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
jist.runtime.JistException
class JistException
Encodes the RuntimeExceptions related to JiST system operations.
| Nested Class Summary | |
|---|---|
static class |
JistException.JistSimulationEndException
End of simulation Jist exception. |
| Field Summary | |
|---|---|
private java.lang.Throwable |
nested
Nested exception that caused Jist exception. |
private java.lang.String |
nestedStackTrace
Stack trace of nested exception that caused Jist exception. |
| Constructor Summary | |
|---|---|
JistException(java.lang.String s,
java.lang.Throwable t)
Initialize jist exception with error string and nested exception. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Return exception error message. |
java.lang.Throwable |
getNested()
Return nested exception. |
void |
printStackTrace()
Show stack trace on System error stream. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private java.lang.Throwable nested
private java.lang.String nestedStackTrace
| Constructor Detail |
|---|
public JistException(java.lang.String s,
java.lang.Throwable t)
s - error stringt - nested exception| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic void printStackTrace()
printStackTrace in class java.lang.Throwablepublic java.lang.Throwable getNested()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||