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