10#ifndef TEUCHOS_XMLDEPENDENCYEXCEPTIONS_HPP_
11#define TEUCHOS_XMLDEPENDENCYEXCEPTIONS_HPP_
35 const std::string& what_arg):std::logic_error(what_arg){}
52 const std::string& what_arg):std::logic_error(what_arg){}
69 const std::string& what_arg):std::logic_error(what_arg){}
86 const std::string& what_arg):std::logic_error(what_arg){}
103 const std::string& what_arg):std::logic_error(what_arg){}
120 const std::string& what_arg):std::logic_error(what_arg){}
137 const std::string& what_arg):std::logic_error(what_arg){}
155 const std::string& what_arg):std::logic_error(what_arg){}
172 const std::string& what_arg):std::logic_error(what_arg){}
189 const std::string& what_arg):std::logic_error(what_arg){}
205 const std::string& what_arg):std::logic_error(what_arg){}
CantFindDependencyConverterException(const std::string &what_arg)
Constructs an CantFindDependencyConverterException.
MissingConditionTagException(const std::string &what_arg)
Constructs an MissingConditionTagException.
MissingDependeeException(const std::string &what_arg)
Constructs an MissingDependeeException.
MissingDependeesException(const std::string &what_arg)
Constructs an MissingDependeesException.
MissingDependentException(const std::string &what_arg)
Constructs an MissingDependentException.
MissingDependentsException(const std::string &what_arg)
Constructs an MissingDependentsException.
MissingRangesAndValidatorsTagException(const std::string &what_arg)
Constructs an MissingRangesAndValidatorsTagException.
MissingValidatorException(const std::string &what_arg)
Constructs an MissingValidatorException.
MissingValuesAndValidatorsTagException(const std::string &what_arg)
Constructs an MissingValuesAndValidatorsTagException.
TooManyDependeesException(const std::string &what_arg)
Constructs an TooManyDependeesException.
ValuesTagMissingException(const std::string &what_arg)
Constructs an ValuesTagMissingException.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...