#include <ArithmeticException.h>
Inherits Exception.
Inherited by DivideByZeroException, InfinityException, SquareRootException, and TrigonometricValueOutOfBoundException.
Inheritance diagram for ArithmeticException:


Public Member Functions | |
| ArithmeticException () throw () | |
| Default constructor. | |
| virtual | ~ArithmeticException () throw () |
| Destructor. | |
| virtual std::string | makeDescription ()=0 |
| virtual std::string | makeReason ()=0 |
| virtual std::string | makeOrigin (std::string sOrigin)=0 |
Definition at line 16 of file ArithmeticException.h.
|
|
Default constructor.
Definition at line 16 of file ArithmeticException.cpp.
|
|
|
Destructor.
Definition at line 23 of file ArithmeticException.cpp.
|
|
|
Implements Exception. Implemented in DivideByZeroException, InfinityException, SquareRootException, and TrigonometricValueOutOfBoundException. |
|
|
Implements Exception. Implemented in DivideByZeroException, InfinityException, SquareRootException, and TrigonometricValueOutOfBoundException. |
|
|
Implements Exception. Implemented in DivideByZeroException, InfinityException, SquareRootException, and TrigonometricValueOutOfBoundException. |
1.4.5