|
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>
Public Member Functions | |
| TooManyDependeesException (const std::string &what_arg) | |
| Constructs an TooManyDependeesException. | |
Thrown when a Dependency has too many dependees specified in its XML.
Definition at line 126 of file Teuchos_XMLDependencyExceptions.hpp.
| Teuchos::TooManyDependeesException::TooManyDependeesException | ( | const std::string & | what_arg | ) | [inline] |
Constructs an TooManyDependeesException.
| what_arg | The error message to be associated with this error. |
Definition at line 135 of file Teuchos_XMLDependencyExceptions.hpp.
1.7.6.1