java.lang
Class Throwable

java.lang.Object
  extended by java.lang.Throwable
Direct Known Subclasses:
Error, Exception

public class Throwable
extends Object

All exceptions and errors extend this class.


Constructor Summary
Throwable()
           
Throwable(String message)
           
 
Method Summary
 String getMessage()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Throwable

public Throwable()

Throwable

public Throwable(String message)
Method Detail

getMessage

public String getMessage()

toString

public String toString()
Overrides:
toString in class Object