Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Teuchos::DuplicateParameterIDsException Class Reference

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...
 

Detailed Description

Thrown when two parameters in an XML file have the same ID.

Definition at line 92 of file Teuchos_XMLParameterListExceptions.hpp.

Constructor & Destructor Documentation

Teuchos::DuplicateParameterIDsException::DuplicateParameterIDsException ( const std::string &  what_arg)
inline

Constructs an DuplicateParameterIDsException.

Parameters
what_argThe error message to be associated with this error.

Definition at line 101 of file Teuchos_XMLParameterListExceptions.hpp.


The documentation for this class was generated from the following file: