Documentation  › java.lang  › InternalError
 
 


  InternalError
  public

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


Exception Description
 
Thrown to indicate some unexpected internal error has occurred in the Java Virtual Machine.


Class Variables
 
None declared in this exception.


Instance Variables
 
None declared in this exception.


Constructors
 
InternalError
public InternalError( )

Constructs an InternalError with no detail message.


InternalError
public InternalError( String s )

Constructs an InternalError 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