24 #ifndef RADOLAN_CONVERSION_EXCEPTION_H 25 #define RADOLAN_CONVERSION_EXCEPTION_H 39 std::string m_message;
56 virtual const char *
what()
const throw();
60 #endif //RADOLAN_EXCEPTIONS_H virtual const char * what() const
Exception for conversion errors from RADOLAN into other formats.
~RDConversionException()
Destructor.
RDConversionException(const char *message)
Constructor.