|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--java.lang.Throwable
This is the superclass of all exceptions
| Field Summary | |
protected int[] |
stackTrace
The stack trace that goes with this |
| Constructor Summary | |
Throwable()
Create a throwable with no message |
|
Throwable(java.lang.String msg)
Create a throwable with a message |
|
| Method Summary | |
java.lang.String |
getMessage()
Get the message |
void |
printStackTrace()
Print the stack trace |
java.lang.String |
toString()
Convert to a string |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected int[] stackTrace
| Constructor Detail |
public Throwable()
public Throwable(java.lang.String msg)
msg - The message| Method Detail |
public java.lang.String getMessage()
public void printStackTrace()
public java.lang.String toString()
toString in class Object
|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||