All Packages Class Hierarchy This Package Previous Next Index

Class java.lang.Exception

java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception
public class Exception
extends Throwable
The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.

See Also:
Error

Constructor Index

 o Exception()
Constructs an Exception with no specified detail message.
 o Exception(String)
Constructs an Exception with the specified detail message.

Constructors

 o Exception public Exception()
Constructs an Exception with no specified detail message.

 o Exception public Exception(String s)
Constructs an Exception with the specified detail message.

Parameters:
s - the detail message.

All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature