Teuchos - Trilinos Tools Package
Version of the Day
|
Thrown when a Dependency has too many dependees specified in its XML. More...
#include <Teuchos_XMLDependencyExceptions.hpp>
Inherits logic_error.
Public Member Functions | |
TooManyDependeesException (const std::string &what_arg) | |
Constructs an TooManyDependeesException. More... | |
Thrown when a Dependency has too many dependees specified in its XML.
Definition at line 126 of file Teuchos_XMLDependencyExceptions.hpp.
|
inline |
Constructs an TooManyDependeesException.
what_arg | The error message to be associated with this error. |
Definition at line 135 of file Teuchos_XMLDependencyExceptions.hpp.