Teuchos - Trilinos Tools Package
Version of the Day
|
Thrown when no dependents of a dependency are specified when converting the dependency from XML. More...
#include <Teuchos_XMLDependencyExceptions.hpp>
Inherits logic_error.
Public Member Functions | |
MissingDependentsException (const std::string &what_arg) | |
Constructs an MissingDependentsException. More... | |
Thrown when no dependents of a dependency are specified when converting the dependency from XML.
Definition at line 109 of file Teuchos_XMLDependencyExceptions.hpp.
|
inline |
Constructs an MissingDependentsException.
what_arg | The error message to be associated with this error. |
Definition at line 118 of file Teuchos_XMLDependencyExceptions.hpp.