|
Teuchos - Trilinos Tools Package
Version of the Day
|
Thrown when no dependes of a dependency can't be found when converting the dependency to or from XML. More...
#include <Teuchos_XMLDependencyExceptions.hpp>
Public Member Functions | |
| MissingDependeeException (const std::string &what_arg) | |
| Constructs an MissingDependeeException. | |
Thrown when no dependes of a dependency can't be found when converting the dependency to or from XML.
Definition at line 58 of file Teuchos_XMLDependencyExceptions.hpp.
| Teuchos::MissingDependeeException::MissingDependeeException | ( | const std::string & | what_arg | ) | [inline] |
Constructs an MissingDependeeException.
| what_arg | The error message to be associated with this error. |
Definition at line 67 of file Teuchos_XMLDependencyExceptions.hpp.
1.7.6.1