13 #ifndef MITKEXCEPTIONS_H 14 #define MITKEXCEPTIONS_H 31 std::string m_InvalidParameter;
35 m_InvalidParameter = invalidparameter;
41 return "InvalidInputException: " + m_InvalidParameter;
50 std::string m_ValueType;
54 m_ValueType = valueType;
60 return "InvalidValueException: " + m_ValueType;
66 #endif // MITKEXCEPTIONS_H
DataCollection - Class to facilitate loading/accessing structured data.
InvalidValueException(std::string valueType)
const std::string GetFullMessage() const
this exception is thrown if an invalid value is supposed to be processed
#define MITKPHOTOACOUSTICSLIB_EXPORT