Class java.lang.UnknownError
All Packages Class Hierarchy This Package Previous Next Index
Class java.lang.UnknownError
Object
|
+----Throwable
|
+----Error
|
+----VirtualMachineError
|
+----java.lang.UnknownError
- public class UnknownError
- extends VirtualMachineError
Thrown when an unknown but serious exception has occurred in the
Java Virtual Machine.
- Version:
- 1.6, 07/01/98
- Author:
- unascribed
- Since:
- JDK1.0
-
java.lang.UnknownError()
- Constructs an
UnknownError with no detail message.
-
java.lang.UnknownError(String)
- Constructs an
UnknownError with the specified detail
message.
UnknownError
public UnknownError()
- Constructs an
UnknownError with no detail message.
- Since:
- JDK1.0
UnknownError
public UnknownError(String s)
- Constructs an
UnknownError with the specified detail
message.
- Parameters:
- s - the detail message.
- Since:
- JDK1.0
All Packages Class Hierarchy This Package Previous Next Index