|
Teuchos - Trilinos Tools Package
Version of the Day
|
#include <Teuchos_InvalidDependencyException.hpp>
Public Member Functions | |
| InvalidDependencyException (const std::string &what_arg) | |
Thrown when some aspect of a Dependency has been determined to be invalid.
Definition at line 53 of file Teuchos_InvalidDependencyException.hpp.
| Teuchos::InvalidDependencyException::InvalidDependencyException | ( | const std::string & | what_arg | ) | [inline] |
Constructs an InvalidDependencyException
| what_arg | The error message to be associated with this error. |
Definition at line 60 of file Teuchos_InvalidDependencyException.hpp.
1.7.6.1