java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception
The class
Exception and its subclasses are a form of
Throwable that indicates conditions that a reasonable
application might want to catch.
Error, Serialized Form
| Constructor Summary | |
Exception
copy-> new Exception()copy-> <Exception var> = new Exception();
|
|
Exception
copy-> new Exception( )copy-> <Exception var> = new Exception(<String s>);
|
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |