|
Teuchos - Trilinos Tools Package
Version of the Day
|
Thrown when a StringVisualDependency is being converted from XML and no Values tag is found. More...
#include <Teuchos_XMLDependencyExceptions.hpp>
Public Member Functions | |
| ValuesTagMissingException (const std::string &what_arg) | |
| Constructs an ValuesTagMissingException. | |
Thrown when a StringVisualDependency is being converted from XML and no Values tag is found.
Definition at line 143 of file Teuchos_XMLDependencyExceptions.hpp.
| Teuchos::ValuesTagMissingException::ValuesTagMissingException | ( | const std::string & | what_arg | ) | [inline] |
Constructs an ValuesTagMissingException.
| what_arg | The error message to be associated with this error. |
Definition at line 152 of file Teuchos_XMLDependencyExceptions.hpp.
1.7.6.1