DthingApi
Public Member Functions | List of all members
java.lang.Error Class Reference
Inheritance diagram for java.lang.Error:
java.lang.Throwable java.lang.AssertionError java.lang.LinkageError java.lang.VirtualMachineError java.lang.NoClassDefFoundError java.lang.InternalError java.lang.OutOfMemoryError

Public Member Functions

 Error ()
 
 Error (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 unrecoverable errors. When errors are thrown, they should not be caught by application code.

See also
Throwable
Exception
RuntimeException

Constructor & Destructor Documentation

◆ Error() [1/2]

java.lang.Error.Error ( )
inline

Constructs a new

that includes the current stack trace.

◆ Error() [2/2]

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

Constructs a new

with the current stack trace and the specified detail message.

Parameters
detailMessagethe detail message for this error.

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