#include "CTBexceptionMath.hxx"
Inheritance diagram for CTBexceptionMath:
Public Methods | |
CTBexceptionMath () | |
CTBexceptionMath (const char *c_module) | |
CTBexceptionMath (double d_arg1, const char *c_module=0) | |
CTBexceptionMath (double d_arg1, double d_arg2, const char *c_module=0) | |
double | Arg1 () const |
double | Arg2 () const |
virtual void | ToStream (ostream &os) const |
Protected Attributes | |
double | md_arg1 |
double | md_arg2 |
int | mi_narg |
Definition at line 18 of file CTBexceptionMath.hxx.
|
Default constructor.
Definition at line 17 of file CTBexceptionMath.icc. |
|
Construct with module name.
Definition at line 27 of file CTBexceptionMath.icc. |
|
Construct with module name and one argument.
Definition at line 37 of file CTBexceptionMath.icc. |
|
Construct with module name and two arguments.
Definition at line 47 of file CTBexceptionMath.icc. |
|
Returns first argument.
Definition at line 58 of file CTBexceptionMath.icc. |
|
Returns second argument.
Definition at line 66 of file CTBexceptionMath.icc. |
|
ostream insertion.
Reimplemented from CTBexception. Definition at line 26 of file CTBexceptionMath.cxx. |
|
first argument.
Definition at line 34 of file CTBexceptionMath.hxx. |
|
second argument.
Definition at line 35 of file CTBexceptionMath.hxx. |
|
number of arguments.
Definition at line 36 of file CTBexceptionMath.hxx. |