InternalErrorNameInternalErrorSynopsis
DescriptionAn InternalError is thrown to signal an internal error within the virtual machine. Class Summary
public class java.lang.InternalError extends java.lang.VirtualMachineError { // Constructors public InternalError(); public InternalError(String s); } ConstructorsInternalErrorpublic InternalError()
public InternalError(String s)
Inherited Methods
See AlsoError, Throwable, VirtualMachineError |
|