java.lang
Class UnknownError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.VirtualMachineError
java.lang.UnknownError
- All Implemented Interfaces:
- Serializable
public class UnknownError
- extends VirtualMachineError
This error is thrown when the virtual machine must throw an error which does
not match any known exceptional condition.
- See Also:
- Serialized Form
|
Constructor Summary |
UnknownError()
Constructs a new instance of this class with its walkback filled in. |
UnknownError(String detailMessage)
Constructs a new instance of this class with its walkback and message
filled in. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownError
public UnknownError()
- Constructs a new instance of this class with its walkback filled in.
UnknownError
public UnknownError(String detailMessage)
- Constructs a new instance of this class with its walkback and message
filled in.
- Parameters:
detailMessage - String The detail message for the exception.
Please submit a feedback, bug or feature