DthingApi
Public Member Functions | List of all members
java.lang.Exception Class Reference
Inheritance diagram for java.lang.Exception:
java.lang.Throwable java.lang.ClassNotFoundException java.lang.CloneNotSupportedException java.lang.IllegalAccessException java.lang.InstantiationException java.lang.InterruptedException java.lang.RuntimeException java.lang.ArithmeticException java.lang.ArrayStoreException java.lang.ClassCastException java.lang.IllegalArgumentException java.lang.IllegalMonitorStateException java.lang.IllegalStateException java.lang.IndexOutOfBoundsException java.lang.NegativeArraySizeException java.lang.NullPointerException java.lang.SecurityException java.lang.UnsupportedOperationException

Public Member Functions

 Exception ()
 
 Exception (String detailMessage)
 
- Public Member Functions inherited from java.lang.Throwable
 Throwable ()
 
 Throwable (String detailMessage)
 
String getMessage ()
 
String getLocalizedMessage ()
 
void printStackTrace ()
 
String toString ()
 

Detailed Description

is the superclass of all classes that represent recoverable exceptions. When exceptions are thrown, they may be caught by application code.

See also
Throwable
Error
RuntimeException

Constructor & Destructor Documentation

◆ Exception() [1/2]

java.lang.Exception.Exception ( )
inline

Constructs a new

that includes the current stack trace.

◆ Exception() [2/2]

java.lang.Exception.Exception ( String  detailMessage)
inline

Constructs a new

with the current stack trace and the specified detail message.

Parameters
detailMessagethe detail message for this exception.

The documentation for this class was generated from the following file: