#include <OutOfBoundException.h>
Inherits Exception.
Inherited by IndexOutOfBoundException, and ValueOutOfBoundException.
Inheritance diagram for OutOfBoundException:


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 |
Definition at line 16 of file OutOfBoundException.h.
|
|
Definition at line 15 of file OutOfBoundException.cpp.
|
|
|
Definition at line 21 of file OutOfBoundException.cpp.
|
|
|
Implements Exception. Implemented in IndexOutOfBoundException, and ValueOutOfBoundException. |
|
|
Implements Exception. Implemented in IndexOutOfBoundException, and ValueOutOfBoundException. |
|
|
Implements Exception. Implemented in IndexOutOfBoundException, and ValueOutOfBoundException. |
1.4.5