java.lang
public class InternalError extends VirtualMachineError
InternalError
is thrown when a mystical error has
occurred in the Java Virtual Machine.
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
InternalError()
Create an error without a message. | |
InternalError(String s)
Create an error with a message.
|
Parameters: s the message