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

Error Class Reference

#include <Error.hpp>

Inheritance diagram for Error::

Throwable LinkageError VirtualMachineError ClassCircularityError ClassFormatError ExceptionInInitializerError IncompatibleClassChangeError NoClassDefFoundError UnsatisfiedLinkError VerifyError InternalError OutOfMemoryError StackOverflowError UnknownError List of all members.

Public Methods

 Error ()
 Error (String *s)

Constructor & Destructor Documentation

Error::Error   [inline]
 

Definition at line 18 of file Error.hpp.

00018 : Throwable() { }

Error::Error String   s [inline]
 

Definition at line 19 of file Error.hpp.

00019 : Throwable( s ) { }


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