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

LinkageError Class Reference

#include <LinkageError.hpp>

Inheritance diagram for LinkageError::

Error Throwable ClassCircularityError ClassFormatError ExceptionInInitializerError IncompatibleClassChangeError NoClassDefFoundError UnsatisfiedLinkError VerifyError AbstractMethodError IllegalAccessError InstantiationError NoSuchFieldError NoSuchMethodError List of all members.

Public Methods

 LinkageError ()
 LinkageError (String *s)

Constructor & Destructor Documentation

LinkageError::LinkageError   [inline]
 

Definition at line 18 of file LinkageError.hpp.

00018 : Error() { }

LinkageError::LinkageError String   s [inline]
 

Definition at line 19 of file LinkageError.hpp.

00019 : Error( s ) { }


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