#include <OperationException.h>
Inherits Exception.
Inherited by NotAllowedOperationException.
Inheritance diagram for OperationException:


Public Member Functions | |
| OperationException () throw () | |
| Default constructor. | |
| virtual | ~OperationException () throw () |
| Destructor. | |
| virtual std::string | makeDescription ()=0 |
| virtual std::string | makeReason ()=0 |
| virtual std::string | makeOrigin (std::string sOrigin)=0 |
Definition at line 15 of file OperationException.h.
|
|
Default constructor.
Definition at line 14 of file OperationException.cpp.
|
|
|
Destructor.
Definition at line 20 of file OperationException.cpp.
|
|
|
Implements Exception. Implemented in NotAllowedOperationException. |
|
|
Implements Exception. Implemented in NotAllowedOperationException. |
|
|
Implements Exception. Implemented in NotAllowedOperationException. |
1.4.5