aicas logoJamaica 6.4 release 1

Uses of Class
java.lang.VirtualMachineError

Packages that use VirtualMachineError
java.lang Provides classes that are fundamental to the design of the Java programming language. 
java.util.zip Provides classes for reading and writing the standard ZIP and GZIP file formats. 
 

Uses of VirtualMachineError in java.lang
 

Subclasses of VirtualMachineError in java.lang
 class InternalError
          InternalError is a super class for severe error conditions in the system, e.g.
 class OutOfMemoryError
          An OutOfMemoryException is a signal from the virtual machine that a memory allocation has failed because not enough free memory was available.
 class StackOverflowError
          StackOverflowError is a virtual machine error that is thrown by the virtual machine if a thread's runtime stack overflows due to a too deep nesting of method calls.
 class UnknownError
          UnknownError is a virtual machine error that is thrown by the virtual machine if an error of unknown origin occurred.
 

Uses of VirtualMachineError in java.util.zip
 

Subclasses of VirtualMachineError in java.util.zip
 class ZipError
          Signals that an unrecoverable error has occurred.
 


aicas logoJamaica 6.4 release 1

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