Uses of Class java.lang.VirtualMachineError

Uses in package java.lang

Classes derived from java.lang.VirtualMachineError

class
An InternalError is thrown when a mystical error has occurred in the Java Virtual Machine.
class
Thrown when the Java Virtual Machine is unable to allocate an object because it is out of memory and no more memory could be made available by the garbage collector.
class
A StackOverflowError is thrown when the execution stack overflow occurs.
class
An UnknownError is thrown when a serious but unknown problem has occurred in the Java Virtual Machine.