All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.lang.InternalError

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Error
                   |
                   +----java.lang.VirtualMachineError
                           |
                           +----java.lang.InternalError

public class InternalError
extends VirtualMachineError
Thrown to indicate some unexpected internal error has occurred in the Java Virtual Machine.


Constructor Index

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

Constructors

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

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

Parameters:
s - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index