Teuchos - Trilinos Tools Package
Version of the Day
|
Thrown when a parameter entry tag is missing it's value attribute. More...
#include <Teuchos_XMLParameterListExceptions.hpp>
Inherits logic_error.
Public Member Functions | |
NoValueAttributeExecption (const std::string &what_arg) | |
Constructs a NoValueAttributeExecption. More... | |
Thrown when a parameter entry tag is missing it's value attribute.
Definition at line 160 of file Teuchos_XMLParameterListExceptions.hpp.
|
inline |
Constructs a NoValueAttributeExecption.
what_arg | The error message to be associated with this error. |
Definition at line 167 of file Teuchos_XMLParameterListExceptions.hpp.