java.lang.Exception (JDK 1.0)
This class forms the root of the exception hierarchy in Java. An Exception signals an abnormal condition that must be specially handled to prevent program termination. Exceptions may be caught and handled. Exceptions that are not subclasses of RuntimeException must be declared in the throws clause of any method that can throw them.
getMessage() returns a message associated with the exception. See Throwable for other methods.
public classExceptionextends Throwable { //Public ConstructorspublicException(); publicException(Strings); }
Hierarchy:
Object->Throwable(Serializable)->Exception
Extended By:
AWTException, ClassNotFoundException, CloneNotSupportedException, DataFormatException, IllegalAccessException, InstantiationException, InterruptedException, IntrospectionException, InvocationTargetException, IOException, NoSuchFieldException, NoSuchMethodException, ParseException, PropertyVetoException, RuntimeException, TooManyListenersException, UnsupportedFlavorException
Passed To:
WriteAbortedException()
Type Of:
WriteAbortedException.detail