Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

VirtualMachineError Class Reference

#include <VirtualMachineError.hpp>

Inheritance diagram for VirtualMachineError::

Error Throwable InternalError OutOfMemoryError StackOverflowError UnknownError List of all members.

Public Methods

 VirtualMachineError ()
 VirtualMachineError (String *s)

Constructor & Destructor Documentation

VirtualMachineError::VirtualMachineError   [inline]
 

Definition at line 20 of file VirtualMachineError.hpp.

00020 : Error() { }

VirtualMachineError::VirtualMachineError String   s [inline]
 

Definition at line 21 of file VirtualMachineError.hpp.

00021 : Error( s ) { }


The documentation for this class was generated from the following file:
Generated on Sun Oct 14 18:50:29 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001