Uses of Class
java.lang.VirtualMachineError

Packages that use VirtualMachineError
java.lang   
 

Uses of VirtualMachineError in java.lang
 

Subclasses of VirtualMachineError in java.lang
 class InternalError
          This error is thrown when the VM notices that it has gotten into a state which it does not understand.
 class OutOfMemoryError
          This error is thrown when a request is made for more memory either as a result of the running program, or because of the internal behavior of the virtual machine which can not be satisfied using the available platform resources.
 class StackOverflowError
          This error is thrown when the depth of the callstack of the running program excedes some platform or virtual machine specific limit.
 class UnknownError
          This error is thrown when the virtual machine must throw an error which does not match any known exceptional condition.