|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--waba.lang.Throwable
Base class of all Exceptions.
| Constructor Summary | |
Throwable()
|
|
Throwable(String msg)
|
|
| Method Summary | |
String |
getMessage()
|
void |
printStackTrace()
Prints the stack trace to the SuperWaba debug console. |
void |
printStackTrace(Object o)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public Throwable()
public Throwable(String msg)
| Method Detail |
public String getMessage()
public String toString()
public void printStackTrace()
public void printStackTrace(Object o)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||