|
|
Exception Description
|
|
|
Thrown to indicate some unexpected internal error has occurred in
the Java Virtual Machine.
|
Class Variables
|
|
|
None declared in this exception.
|
Instance Variables
|
|
|
None declared in this exception.
|
Constructors
|
|
|
InternalError
public InternalError(
)
Constructs an InternalError with no detail message.
InternalError
public InternalError(
String s
)
Constructs an InternalError with the specified
detail message.
|
Class Methods
|
|
|
None declared in this exception.
|
Instance Methods
|
|
|
None declared in this exception.
|
|
|