10 #ifndef TEUCHOS_PARAMETER_LIST_EXCEPTIONS_H
11 #define TEUCHOS_PARAMETER_LIST_EXCEPTIONS_H
17 namespace Exceptions {
23 {
public:
InvalidArgument(
const std::string& what_arg) : std::invalid_argument(what_arg) {}};
29 {
public:
InvalidParameter(
const std::string& what_arg) : std::logic_error(what_arg) {}};
53 #endif // TEUCHOS_PARAMETER_LIST_EXCEPTIONS_H
Teuchos header file which uses auto-configuration information to include necessary C++ headers...
InvalidParameterValue(const std::string &what_arg)
InvalidArgument(const std::string &what_arg)
InvalidParameterName(const std::string &what_arg)
InvalidParameterType(const std::string &what_arg)
InvalidParameter(const std::string &what_arg)