java.lang
Class Exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
Direct Known Subclasses:
ArithmeticException, ClassNotFoundException, InterruptedException, IOException, RuntimeException

public class Exception
extends Throwable


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

Constructor Detail

Exception

public Exception()