#include <CTBexceptionMath.hxx>
Inheritance diagram for CTBexceptionMathRange:
Public Methods | |
CTBexceptionMathRange () | |
CTBexceptionMathRange (const char *c_module) | |
CTBexceptionMathRange (double d_arg1, const char *c_module=0) | |
CTBexceptionMathRange (double d_arg1, double d_arg2, const char *c_module=0) |
Definition at line 54 of file CTBexceptionMath.hxx.
|
Default constructor.
Definition at line 125 of file CTBexceptionMath.icc. |
|
Construct with module name.
Definition at line 134 of file CTBexceptionMath.icc. |
|
Construct with module name and one argument.
Definition at line 143 of file CTBexceptionMath.icc. |
|
Construct with module name and two arguments.
Definition at line 153 of file CTBexceptionMath.icc. |