Teuchos - Trilinos Tools Package
Version of the Day
|
#include <Teuchos_InvalidDependencyException.hpp>
Inherits logic_error.
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.
|
inline |
Constructs an InvalidDependencyException
what_arg | The error message to be associated with this error. |
Definition at line 60 of file Teuchos_InvalidDependencyException.hpp.