Package java.lang Previous
Previous
Java API
Java API
Index
Index
Next
Next

Class InternalError

Constructors

public  class  java.lang.InternalError
    extends  java.lang.VirtualMachineError  
{
        // Constructors
    public InternalError();	
    public InternalError(String  s);	
}

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


Constructors


InternalError

public InternalError() 

Constructs an InternalError with no detail message.


InternalError

public InternalError(String  s) 

Constructs an InternalError with the specified detail message.

ParameterDescription
s the detail message



© 1996 Sun Microsystems, Inc. All rights reserved.