java.lang
Class Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
Direct Known Subclasses:
ArithmeticException, ClassNotFoundException, CloneNotSupportedException, DestinationUnreachableException, InterruptedException, IOException, LandmarkException, LocationException, RuntimeException

public class Exception
extends Throwable


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

Constructor Detail

Exception

public Exception()

Exception

public Exception(String message)