|
Teuchos - Trilinos Tools Package
Version of the Day
|
Thrown when a referenced ParameterEntry can't be found. More...
#include <Teuchos_XMLParameterListExceptions.hpp>
Public Member Functions | |
| MissingParameterEntryDefinitionException (const std::string &what_arg) | |
| Constructs a MissingParameterEntryDefinitionException. | |
Thrown when a referenced ParameterEntry can't be found.
Definition at line 240 of file Teuchos_XMLParameterListExceptions.hpp.
| Teuchos::MissingParameterEntryDefinitionException::MissingParameterEntryDefinitionException | ( | const std::string & | what_arg | ) | [inline] |
Constructs a MissingParameterEntryDefinitionException.
| what_arg | The error message to be associated with this error. |
Definition at line 247 of file Teuchos_XMLParameterListExceptions.hpp.
1.7.6.1