java.lang
Class Exception

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
Direct Known Subclasses:
ArithmeticException, ClassNotFoundException, InterruptedException, IOException, RuntimeException, StopException

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()