java.lang
Class Throwable

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

public class Throwable
extends Object


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

Constructor Detail

Throwable

public Throwable()

Throwable

public Throwable(String message)

Throwable

public Throwable(Throwable t)
Method Detail

printStackTrace

public void printStackTrace()

getMessage

public String getMessage()