java.lang

Class UnknownError

public class UnknownError extends VirtualMachineError

An 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.

Constructor Detail

UnknownError

public UnknownError()
Create an error without a message.

UnknownError

public UnknownError(String s)
Create an error with a message.

Parameters: s the message