OutOfBoundException Class Reference

This class is an abstract class for out of bound exception. More...

#include <OutOfBoundException.h>

Inherits Exception.

Inherited by IndexOutOfBoundException, and ValueOutOfBoundException.

Inheritance diagram for OutOfBoundException:

Inheritance graph
[legend]
Collaboration diagram for OutOfBoundException:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 OutOfBoundException () throw ()
virtual ~OutOfBoundException () throw ()
virtual std::string makeDescription ()=0
virtual std::string makeReason ()=0
virtual std::string makeOrigin (std::string sOrigin)=0

Detailed Description

This class is an abstract class for out of bound exception.

Definition at line 16 of file OutOfBoundException.h.


Constructor & Destructor Documentation

OutOfBoundException::OutOfBoundException  )  throw ()
 

Definition at line 15 of file OutOfBoundException.cpp.

00016 {
00017 
00018 }

OutOfBoundException::~OutOfBoundException  )  throw () [virtual]
 

Definition at line 21 of file OutOfBoundException.cpp.

00022 {
00023 
00024 }


Member Function Documentation

virtual std::string OutOfBoundException::makeDescription  )  [pure virtual]
 

Implements Exception.

Implemented in IndexOutOfBoundException, and ValueOutOfBoundException.

virtual std::string OutOfBoundException::makeOrigin std::string  sOrigin  )  [pure virtual]
 

Implements Exception.

Implemented in IndexOutOfBoundException, and ValueOutOfBoundException.

virtual std::string OutOfBoundException::makeReason  )  [pure virtual]
 

Implements Exception.

Implemented in IndexOutOfBoundException, and ValueOutOfBoundException.


The documentation for this class was generated from the following files:
Generated on Fri Jul 10 10:32:32 2009 for Utils Library by  doxygen 1.4.5