|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Thrown when the root xml tag for a parameter list is incorrect. More...
#include <Teuchos_XMLParameterListExceptions.hpp>
Public Member Functions | |
| BadXMLParameterListRootElementException (const std::string &what_arg) | |
| Constructs a BadXMLParameterListRootElementException. | |
Thrown when the root xml tag for a parameter list is incorrect.
Definition at line 213 of file Teuchos_XMLParameterListExceptions.hpp.
| Teuchos::BadXMLParameterListRootElementException::BadXMLParameterListRootElementException | ( | const std::string & | what_arg | ) | [inline] |
Constructs a BadXMLParameterListRootElementException.
| what_arg | The error message to be associated with this error. |
Definition at line 220 of file Teuchos_XMLParameterListExceptions.hpp.
1.7.6.1