Teuchos - Trilinos Tools Package
Version of the Day
|
Thrown when xml tag is encountered that is either unrecognized or inappropriate for a given context. More...
#include <Teuchos_XMLParameterListExceptions.hpp>
Inherits logic_error.
Public Member Functions | |
BadTagException (const std::string &what_arg) | |
Constructs a MissingValidatorDefinitionException. More... | |
Thrown when xml tag is encountered that is either unrecognized or inappropriate for a given context.
Definition at line 255 of file Teuchos_XMLParameterListExceptions.hpp.
|
inline |
Constructs a MissingValidatorDefinitionException.
what_arg | The error message to be associated with this error. |
Definition at line 262 of file Teuchos_XMLParameterListExceptions.hpp.