Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Thrown when a dependent of a dependency cant be found when converting the dependency to or from XML. More...
#include <Teuchos_XMLDependencyExceptions.hpp>
Inherits logic_error.
Public Member Functions | |
MissingDependentException (const std::string &what_arg) | |
Constructs an MissingDependentException. More... | |
Thrown when a dependent of a dependency cant be found when converting the dependency to or from XML.
Definition at line 75 of file Teuchos_XMLDependencyExceptions.hpp.
|
inline |
Constructs an MissingDependentException.
what_arg | The error message to be associated with this error. |
Definition at line 84 of file Teuchos_XMLDependencyExceptions.hpp.