43#ifndef TEUCHOS_XMLCONDITIONEXCEPTIONS_HPP_
44#define TEUCHOS_XMLCONDITIONEXCEPTIONS_HPP_
67 std::logic_error(what_arg){}
82 std::logic_error(what_arg){}
Thrown when an appropriate Condition Converter can't be found.
CantFindConditionConverterException(const std::string &what_arg)
Constructs an CantFindConditionConverterException.
Thrown when a StringConditon is missing it's Value tag.
MissingValuesTagException(const std::string &what_arg)
Constructs an MissingValuesTagException.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...