|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
java.lang.LinkageError
java.lang.IncompatibleClassChangeError
java.lang.InstantiationError
public class InstantiationError
This error is thrown when the VM notices that a an attempt is being made to create a new instance of a class which has no visible constructors from the location where new is invoked.
Note that this can only occur when inconsistent class files are being loaded.
| Constructor Summary | |
|---|---|
InstantiationError()
Constructs a new instance of this class with its walkback filled in. |
|
InstantiationError(Class<?> clazz)
Constructs a new instance of this class with its walkback and message filled in. |
|
InstantiationError(String detailMessage)
Constructs a new instance of this class with its walkback and message filled in. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InstantiationError()
public InstantiationError(String detailMessage)
detailMessage - String The detail message for the exception.InstantiationError(Class<?> clazz)
clazz - Class The class which cannot be instantiated.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||