Documentation  › java.lang  › UnknownError
 
 


  UnknownError
  public

  Inherits From:   VirtualMachineError : Error : Throwable : Object
  Conforms To:   none
  Declared In:   java.lang


Exception Description
 
Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.


Class Variables
 
None declared in this exception.


Instance Variables
 
None declared in this exception.


Constructors
 
UnknownError
public UnknownError( )

Constructs an UnknownError with no detail message.


UnknownError
public UnknownError( String s )

Constructs an UnknownError with the specified detail message.


Class Methods
 
None declared in this exception.


Instance Methods
 
None declared in this exception.


Known Subclasses
 
None.



 
 
  dydoc
  3/10/05