TOC  This Package  Prev  Next  Index  

§1.50 Class InternalError

public class java.lang.InternalError
    extends java.lang.VirtualMachineError (§1.61)
{
    public InternalError();	§1.50.1
    public InternalError(String s);	§1.50.2
}
The Java runtime throws an instance of this class to indicate the some unexpected internal error has occurred.


Constructors

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

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

Parameters:
s - the detail message


TOC  This Package  Prev  Next  Index
Java API Document
Last edited by dkramer on April 11, 1996
Copyright © 1996 Sun Microsystems, Inc. Send any comments or corrections to dkramer@sun.com