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