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

ExceptionInInitializerError Class Reference

#include <ExceptionInInitializerError.hpp>

Inheritance diagram for ExceptionInInitializerError::

LinkageError Error Throwable List of all members.

Public Methods

 ExceptionInInitializerError ()
 ExceptionInInitializerError (Throwable throwable)
 ExceptionInInitializerError (String *s)
Throwable getException ()

Private Attributes

Throwable exception

Constructor & Destructor Documentation

ExceptionInInitializerError::ExceptionInInitializerError   [inline]
 

Definition at line 18 of file ExceptionInInitializerError.hpp.

00018 : LinkageError() { }

ExceptionInInitializerError::ExceptionInInitializerError Throwable    throwable [inline]
 

Definition at line 19 of file ExceptionInInitializerError.hpp.

00019                                                      : LinkageError()
00020     {
00021         exception = throwable;
00022     }

ExceptionInInitializerError::ExceptionInInitializerError String   s [inline]
 

Definition at line 24 of file ExceptionInInitializerError.hpp.

00024 : LinkageError( s ) { }


Member Function Documentation

Throwable ExceptionInInitializerError::getException   [inline]
 

Definition at line 26 of file ExceptionInInitializerError.hpp.

00027     {
00028         return exception;
00029     }


Member Data Documentation

Throwable ExceptionInInitializerError::exception [private]
 

Definition at line 32 of file ExceptionInInitializerError.hpp.


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