Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Teuchos::InvalidDependencyException Class Reference

#include <Teuchos_InvalidDependencyException.hpp>

Inherits logic_error.

Public Member Functions

 InvalidDependencyException (const std::string &what_arg)
 

Detailed Description

Thrown when some aspect of a Dependency has been determined to be invalid.

Definition at line 53 of file Teuchos_InvalidDependencyException.hpp.

Constructor & Destructor Documentation

Teuchos::InvalidDependencyException::InvalidDependencyException ( const std::string &  what_arg)
inline

Constructs an InvalidDependencyException

Parameters
what_argThe error message to be associated with this error.

Definition at line 60 of file Teuchos_InvalidDependencyException.hpp.


The documentation for this class was generated from the following file: