Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Teuchos_InvalidConditionException.hpp>
Inherits logic_error.
Public Member Functions | |
InvalidConditionException (const std::string &what_arg) | |
Thrown when some aspect of a Condition has been determined to be invalid.
Definition at line 53 of file Teuchos_InvalidConditionException.hpp.
|
inline |
Constructs an InvalidConditionException
what_arg | The error message to be associated with this error. |
Definition at line 60 of file Teuchos_InvalidConditionException.hpp.