|
bioformats
5.1.7
|
Default error handler for ConstrainedNumeric. More...
#include <ome/xml/model/primitives/ConstrainedNumeric.h>
Public Member Functions | |
| template<typename T > | |
| void | operator() (const T &value, const std::string &typestr) |
| Throw an exception. More... | |
Default error handler for ConstrainedNumeric.
This does nothing but throw an invalid_argument exception.
|
inline |
Throw an exception.
The exception string includes the type name and the invalid value.
| value | the invalid value. |
| typestr | the type name. |
1.8.10