Teuchos - Trilinos Tools Package
Version of the Day
|
Thrown when two parameters in an XML file have the same ID. More...
#include <Teuchos_XMLParameterListExceptions.hpp>
Inherits logic_error.
Public Member Functions | |
DuplicateParameterIDsException (const std::string &what_arg) | |
Constructs an DuplicateParameterIDsException. More... | |
Thrown when two parameters in an XML file have the same ID.
Definition at line 92 of file Teuchos_XMLParameterListExceptions.hpp.
|
inline |
Constructs an DuplicateParameterIDsException.
what_arg | The error message to be associated with this error. |
Definition at line 101 of file Teuchos_XMLParameterListExceptions.hpp.