java.lang
Class Throwable

java.lang.Object
   |
   +--java.lang.Throwable
Direct Subclasses:
Exception

class Throwable
extends Object

Constructor Summary
public Throwable()
           Default constructor
  
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Constructor Detail

Throwable

public Throwable()