#include <QuantityError.h>
Public Member Functions | |
LoadError (void) | |
default constructor | |
LoadError (const std::string message) | |
constructor with message | |
Static Private Attributes | |
static const std::string | LOADERROR |
the default text |
This exception is thrown if an error occurs during interpretation of an XML file.
Definition at line 163 of file QuantityError.h.
quantity::LoadError::LoadError | ( | void | ) | [inline] |
quantity::LoadError::LoadError | ( | const std::string | message | ) | [inline] |
const std::string quantity::LoadError::LOADERROR [static, private] |