#include <Exception.h>
|
| ValueOutOfRange (const char *fn, int ln, const char *valueName, double lowerBound, double value, double upperBound, const char *where) |
|
virtual | ~ValueOutOfRange () throw () |
|
| Base (const char *fn="<UNKNOWN>", int ln=0) |
|
virtual | ~Base () throw () |
|
const std::string & | getMessage () const |
|
const std::string & | getMessageText () const |
|
const char * | what () const override throw () |
|
◆ ValueOutOfRange()
SimTK::Exception::ValueOutOfRange::ValueOutOfRange |
( |
const char * | fn, |
|
|
int | ln, |
|
|
const char * | valueName, |
|
|
double | lowerBound, |
|
|
double | value, |
|
|
double | upperBound, |
|
|
const char * | where ) |
|
inline |
◆ ~ValueOutOfRange()
virtual SimTK::Exception::ValueOutOfRange::~ValueOutOfRange |
( |
| ) |
|
throw | ( | ) | | | |
|
inlinevirtual |
The documentation for this class was generated from the following file: