#include <OpenMS/CONCEPT/Exception.h>
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.
Public Member Functions | |
InvalidValue (const char *file, int line, const char *function, const std::string &message, const std::string &value) throw () |
InvalidValue | ( | const char * | file, | |
int | line, | |||
const char * | function, | |||
const std::string & | message, | |||
const std::string & | value | |||
) | throw () |
Generated Tue Apr 1 15:36:49 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |