10 #ifndef TEUCHOS_XMLCONDITIONEXCEPTIONS_HPP_
11 #define TEUCHOS_XMLCONDITIONEXCEPTIONS_HPP_
34 std::logic_error(what_arg){}
49 std::logic_error(what_arg){}
56 #endif //TEUCHOS_XMLCONDITIONEXCEPTIONS_HPP_
CantFindConditionConverterException(const std::string &what_arg)
Constructs an CantFindConditionConverterException.
MissingValuesTagException(const std::string &what_arg)
Constructs an MissingValuesTagException.
Thrown when an appropriate Condition Converter can't be found.
Thrown when a StringConditon is missing it's Value tag.