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