January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.lang.VirtualMachineError
This error is identical to its J2SE counterpart. It signifies that the virtual machine does not have the required resources to complete an operation.
public abstract classVirtualMachineErrorextends java.lang.Error { // constructors publicVirtualMachineError(); publicVirtualMachineError(String s); }
Read now
Unlock full access