![]() |
|
Contents |
Inherited by InternalError, OutOfMemoryError, StackOverflowError, and UnknownError.
Public Member Functions | |
| VirtualMachineError () | |
| Constructs a new instance of this class with its walkback filled in. | |
| VirtualMachineError (String detailMessage) | |
| Constructs a new instance of this class with its walkback and message filled in. | |
Static Private Attributes | |
| static final long | serialVersionUID = 4161983926571568670L |
Constructs a new instance of this class with its walkback filled in.
| VirtualMachineError | ( | String | detailMessage | ) |
Constructs a new instance of this class with its walkback and message filled in.
| detailMessage | String The detail message for the exception. |
final long serialVersionUID = 4161983926571568670L [static, private] |
Reimplemented from Error.
Reimplemented in InternalError, OutOfMemoryError, StackOverflowError, and UnknownError.