-
Subclasses of VirtualMachineError in java.lang
| Modifier and Type |
Class |
Description |
class |
InternalError |
Thrown when the VM notices that it has gotten into an undefined state.
|
class |
OutOfMemoryError |
Thrown when a request for memory is made that can not be satisfied using the
available platform resources.
|
class |
StackOverflowError |
Thrown when the depth of the stack of the running program exceeds some
platform or VM specific limit.
|
class |
UnknownError |
Thrown when the VM must throw an error which does not match any
known exceptional condition.
|
-