|
|||||||||
| Home >> All >> java >> [ lang overview ] | PREV NEXT | ||||||||
Uses of Class
java.lang.VirtualMachineError
| Uses of VirtualMachineError in java.lang |
| Subclasses of VirtualMachineError in java.lang | |
class |
InternalError
An InternalError is thrown when a mystical error has
occurred in the Java Virtual Machine. |
class |
OutOfMemoryError
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 |
StackOverflowError
A StackOverflowError is thrown when the execution stack
overflow occurs. |
class |
UnknownError
An UnknownError is thrown when a serious but unknown
problem has occurred in the Java Virtual Machine. |
|
|||||||||
| Home >> All >> java >> [ lang overview ] | PREV NEXT | ||||||||