java.lang
Class VirtualMachineError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.VirtualMachineError
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InternalError, OutOfMemoryError, StackOverflowError, UnknownError
public abstract class VirtualMachineError
- extends Error
VirtualMachineError is a super class for error conditions that
originate in the virtual machine, such as out of memory or class
loading and linking problems.
- Since:
- 1.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
VirtualMachineError
public VirtualMachineError()
- Constructor for a VirtualMachineError with no detail message.
VirtualMachineError
public VirtualMachineError(String s)
- Constructor for a VirtualMachineError with given detail message.
ensures
(s != null IMPLIES getMessage().equals(s));
- Parameters:
s
- the detail message.
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.