|
Teuchos - Trilinos Tools Package
Version of the Day
|
Thrown when a converter is being used to convert either and XML tag or ParameterEntry with an innappropriate type. More...
#include <Teuchos_XMLParameterListExceptions.hpp>
Public Member Functions | |
| BadParameterEntryXMLConverterTypeException (const std::string &what_arg) | |
| Constructs a BadParmaeterEntryXMLConverterTypeException. | |
Thrown when a converter is being used to convert either and XML tag or ParameterEntry with an innappropriate type.
Definition at line 142 of file Teuchos_XMLParameterListExceptions.hpp.
| Teuchos::BadParameterEntryXMLConverterTypeException::BadParameterEntryXMLConverterTypeException | ( | const std::string & | what_arg | ) | [inline] |
Constructs a BadParmaeterEntryXMLConverterTypeException.
| what_arg | The error message to be associated with this error. |
Definition at line 151 of file Teuchos_XMLParameterListExceptions.hpp.
1.7.6.1