Name

VirtualMachineError

Synopsis

This is an error that indicates that a fatal condition has been detected with the Java virtual machine. In CLDC, this error is never thrown. Instead, it is used only as the parent class of OutOfMemoryError. This class is the same as its J2SE equivalent, apart from its inability to be serialized.

                  Subclasses
public abstract class VirtualMachineError extends Error {  
// Public Constructors
   public VirtualMachineError();  
   public VirtualMachineError( String s);  
}

Subclasses

OutOfMemoryError

Get J2ME in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.