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