java.lang
Class Throwable

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

public class Throwable
extends Object

All exceptions and errors extend this class.


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

Constructor Detail

Throwable

public Throwable()
Method Detail

getMessage

public String getMessage()