Invalid value exception. More...
#include <OpenMS/CONCEPT/Exception.h>
Public Member Functions | |
| InvalidValue (const char *file, int line, const char *function, const std::string &message, const std::string &value) throw () | |
Invalid value exception.
Use this exception to indicate that a given value is not valid, when the value is only allowed to be out of a certain set of values. If the value has to be inside a given range, you should rather use OutOfRange.
| InvalidValue | ( | const char * | file, | |
| int | line, | |||
| const char * | function, | |||
| const std::string & | message, | |||
| const std::string & | value | |||
| ) | throw () |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:59 using doxygen 1.7.1 |