All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.lang.UnknownError

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Error
                   |
                   +----java.lang.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.5, 01/20/97
Author:
unascribed

Constructor Index

 o UnknownError()
Constructs an UnknownError with no detail message.
 o UnknownError(String)
Constructs an UnknownError with the specified detail message.

Constructors

 o UnknownError
 public UnknownError()
Constructs an UnknownError with no detail message.

 o UnknownError
 public UnknownError(String s)
Constructs an UnknownError with the specified detail message.

Parameters:
s - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index