CAPD DynSys Library
5.2.0
|
Instation of the IntervalError class is throwed by the Interval class on error. More...
#include <capd/intervals/IntervalError.h>
Public Member Functions | |
IntervalError (const char *A_msg, T_Bound A_left, T_Bound A_right) | |
virtual | ~IntervalError () throw () |
const char * | what () const throw () |
Protected Attributes | |
T_Bound | m_left |
T_Bound | m_right |
std::string | message |
Instation of the IntervalError class is throwed by the Interval class on error.
IntervalError is derived from std::runtime_error class.
It contains information about an interval which caused error.
|
inline |
|
inlinevirtual |
|
inline |
|
protected |
|
protected |
|
protected |