#include <CTBexceptionMath.hxx>
Inheritance diagram for CTBexceptionMathDomain:
Public Methods | |
CTBexceptionMathDomain () | |
CTBexceptionMathDomain (const char *c_module) | |
CTBexceptionMathDomain (double d_arg1, const char *c_module=0) | |
CTBexceptionMathDomain (double d_arg1, double d_arg2, const char *c_module=0) |
Definition at line 41 of file CTBexceptionMath.hxx.
|
Default constructor.
Definition at line 80 of file CTBexceptionMath.icc. |
|
Construct with module name.
Definition at line 89 of file CTBexceptionMath.icc. |
|
Construct with module name and one argument.
Definition at line 98 of file CTBexceptionMath.icc. |
|
Construct with module name and two arguments.
Definition at line 108 of file CTBexceptionMath.icc. |