
public class InstantiationException extends IllegalStateException
| Constructor and Description |
|---|
InstantiationException(String identifier,
Throwable cause)
Creates a new
InstantiationException instance. |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier()
Gets the identifier of the implementation for which creating an instance
failed.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InstantiationException(String identifier, Throwable cause)
InstantiationException instance.identifier - the identifier of the implementation for which creating
an instance failed.cause - the cause of the exception.public String getIdentifier()
null.Copyright © 2005-2012 jDTAUS. All Rights Reserved.