java.lang
Class UnknownError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.VirtualMachineError
              extended by java.lang.UnknownError
All Implemented Interfaces:
Serializable

public class UnknownError
extends VirtualMachineError

An UnknownError is thrown when a serious but unknown problem has occurred in the Java Virtual Machine.

See Also:
Serialized Form

Constructor Summary
UnknownError()
          Create an error without a message.
UnknownError(String s)
          Create an error with a message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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