Subclasses of VirtualMachineError in java.lang |
class |
InternalError
InternalError is a super class for severe error conditions in the
system, e.g. |
class |
OutOfMemoryError
An OutOfMemoryException is a signal from the virtual machine that a
memory allocation has failed because not enough free memory was
available. |
class |
StackOverflowError
StackOverflowError is a virtual machine error that is thrown by the
virtual machine if a thread's runtime stack overflows due to a too
deep nesting of method calls. |
class |
UnknownError
UnknownError is a virtual machine error that is thrown by the
virtual machine if an error of unknown origin occurred. |