10#ifndef TEUCHOS_XMLPARAMETERLISTEXCEPTIONS_HPP_
11#define TEUCHOS_XMLPARAMETERLISTEXCEPTIONS_HPP_
201 const std::string& what_arg):std::logic_error(what_arg){}
215 const std::string& what_arg):std::logic_error(what_arg){}
BadParameterEntryXMLConverterTypeException(const std::string &what_arg)
Constructs a BadParmaeterEntryXMLConverterTypeException.
BadParameterListElementException(const std::string &what_arg)
Constructs a BadParameterListElementException.
BadTagException(const std::string &what_arg)
Constructs a MissingValidatorDefinitionException.
BadValidatorXMLConverterException(const std::string &what_arg)
Constructs an BadValidatorXMLConverterException.
BadXMLParameterListRootElementException(const std::string &what_arg)
Constructs a BadXMLParameterListRootElementException.
CantFindParameterEntryConverterException(const std::string &what_arg)
Constructs an CantFindParameterEntryConverterException.
CantFindValidatorConverterException(const std::string &what_arg)
Constructs a CantFindValidatorConverterException.
DuplicateParameterIDsException(const std::string &what_arg)
Constructs an DuplicateParameterIDsException.
DuplicateValidatorIDsException(const std::string &what_arg)
Constructs an DuplicateValidatorIDsException.
MissingParameterEntryDefinitionException(const std::string &what_arg)
Constructs a MissingParameterEntryDefinitionException.
MissingValidatorDefinitionException(const std::string &what_arg)
Constructs a MissingValidatorDefinitionException.
NoNameAttributeExecption(const std::string &what_arg)
Constructs a NoNameAttributeExecption.
NoTypeAttributeExecption(const std::string &what_arg)
Constructs a NoTypeAttributeExecption.
NoValueAttributeExecption(const std::string &what_arg)
Constructs a NoValueAttributeExecption.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...