Signals that an unknown error has occurred at the level of the Java Virtual Machine.
public class UnknownError extends VirtualMachineError {
// Public Constructors
public UnknownError();
public UnknownError(String s);
}
Object->Throwable(Serializable)->Error->VirtualMachineError->UnknownError
| This HTML Help has been published using the chm2web software. |