aicas logoJamaica 6.4 release 1

java.lang
Class VirtualMachineError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by 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

Constructor Summary
VirtualMachineError()
          Constructor for a VirtualMachineError with no detail message.
VirtualMachineError(String s)
          Constructor for a VirtualMachineError with given detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.