Package java.lang |
![]() Previous |
![]() Java API |
![]() Index |
![]() Next |
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.
public InternalError()Constructs an InternalError with no detail message.
public InternalError(String s)Constructs an InternalError with the specified detail message.
Parameter Description s the detail message
© 1996 Sun Microsystems, Inc. All rights reserved.