|
Teuchos - Trilinos Tools Package
Version of the Day
|
Constructs a CantFindParameterEntryConverterException. More...
#include <Teuchos_XMLParameterListExceptions.hpp>
Public Member Functions | |
| DuplicateValidatorIDsException (const std::string &what_arg) | |
| Constructs an DuplicateValidatorIDsException. | |
Constructs a CantFindParameterEntryConverterException.
Thrown when two validators in an XML file have the same ID.
Definition at line 76 of file Teuchos_XMLParameterListExceptions.hpp.
| Teuchos::DuplicateValidatorIDsException::DuplicateValidatorIDsException | ( | const std::string & | what_arg | ) | [inline] |
Constructs an DuplicateValidatorIDsException.
| what_arg | The error message to be associated with this error. |
Definition at line 85 of file Teuchos_XMLParameterListExceptions.hpp.
1.7.6.1