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

NegativeArraySizeException Class Reference

#include <NegativeArraySizeException.hpp>

Inheritance diagram for NegativeArraySizeException::

RuntimeException Exception Throwable List of all members.

Public Methods

 NegativeArraySizeException ()
 NegativeArraySizeException (String *s)

Constructor & Destructor Documentation

NegativeArraySizeException::NegativeArraySizeException   [inline]
 

Definition at line 18 of file NegativeArraySizeException.hpp.

00018 : RuntimeException() { }

NegativeArraySizeException::NegativeArraySizeException String   s [inline]
 

Definition at line 19 of file NegativeArraySizeException.hpp.

00019 : RuntimeException( s ) { }


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