43#ifndef TEUCHOS_XMLDEPENDENCYEXCEPTIONS_HPP_
44#define TEUCHOS_XMLDEPENDENCYEXCEPTIONS_HPP_
68 const std::string& what_arg):std::logic_error(what_arg){}
85 const std::string& what_arg):std::logic_error(what_arg){}
102 const std::string& what_arg):std::logic_error(what_arg){}
119 const std::string& what_arg):std::logic_error(what_arg){}
136 const std::string& what_arg):std::logic_error(what_arg){}
153 const std::string& what_arg):std::logic_error(what_arg){}
170 const std::string& what_arg):std::logic_error(what_arg){}
188 const std::string& what_arg):std::logic_error(what_arg){}
205 const std::string& what_arg):std::logic_error(what_arg){}
222 const std::string& what_arg):std::logic_error(what_arg){}
238 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,...