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::MissingDependeeException Class Reference

Thrown when no dependes of a dependency can't be found when converting the dependency to or from XML. More...

#include <Teuchos_XMLDependencyExceptions.hpp>

Inherits logic_error.

Public Member Functions

 MissingDependeeException (const std::string &what_arg)
 Constructs an MissingDependeeException. More...
 

Detailed Description

Thrown when no dependes of a dependency can't be found when converting the dependency to or from XML.

Definition at line 58 of file Teuchos_XMLDependencyExceptions.hpp.

Constructor & Destructor Documentation

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

Constructs an MissingDependeeException.

Parameters
what_argThe error message to be associated with this error.

Definition at line 67 of file Teuchos_XMLDependencyExceptions.hpp.


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