DthingApi
Public Member Functions | List of all members
java.lang.InstantiationException Class Reference
Inheritance diagram for java.lang.InstantiationException:
java.lang.Exception java.lang.Throwable

Public Member Functions

 InstantiationException ()
 
 InstantiationException (String detailMessage)
 
- Public Member Functions inherited from java.lang.Exception
 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

Thrown when a program attempts to access a constructor which is not accessible from the location where the reference is made.

Constructor & Destructor Documentation

◆ InstantiationException() [1/2]

java.lang.InstantiationException.InstantiationException ( )
inline

Constructs a new

that includes the current stack trace.

◆ InstantiationException() [2/2]

java.lang.InstantiationException.InstantiationException ( 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: