|
Spec-Zone .ru
спецификации, руководства, описания, API
|
All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
Exception and its subclasses are a form of
Throwable that indicates conditions that a reasonable
application might want to catch.
Exception with no specified detail message.
Exception with the specified detail message.
public Exception()
Exception with no specified detail message.
public Exception(String s)
Exception with the specified detail message.
All Packages Class Hierarchy This Package Previous Next Index