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

IncompatibleClassChangeError Class Reference

#include <IncompatibleClassChangeError.hpp>

Inheritance diagram for IncompatibleClassChangeError::

LinkageError Error Throwable AbstractMethodError IllegalAccessError InstantiationError NoSuchFieldError NoSuchMethodError List of all members.

Public Methods

 IncompatibleClassChangeError ()
 IncompatibleClassChangeError (String *s)

Constructor & Destructor Documentation

IncompatibleClassChangeError::IncompatibleClassChangeError   [inline]
 

Definition at line 18 of file IncompatibleClassChangeError.hpp.

00018 : LinkageError() { }

IncompatibleClassChangeError::IncompatibleClassChangeError String   s [inline]
 

Definition at line 19 of file IncompatibleClassChangeError.hpp.

00019 : LinkageError( s ) { }


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