|
RoboJDETM v2.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
public class Throwable
The root class of all errors and exceptions.
Constructor Summary | |
---|---|
Throwable()
|
|
Throwable(String message)
|
Method Summary | |
---|---|
Throwable |
fillInStackTrace()
Fills in the stack trace in this throwable. |
String |
getMessage()
Gets the message for this throwable. |
void |
printStackTrace()
Prints the message and stack trace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait |
Constructor Detail |
---|
public Throwable()
public Throwable(String message)
Method Detail |
---|
public Throwable fillInStackTrace()
public String getMessage()
public void printStackTrace()
|
RoboJDETM v2.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |