43#ifndef TEUCHOS_PARAMETER_LIST_EXCEPTIONS_H
44#define TEUCHOS_PARAMETER_LIST_EXCEPTIONS_H
56{
public:
InvalidArgument(
const std::string& what_arg) : std::invalid_argument(what_arg) {}};
62{
public:
InvalidParameter(
const std::string& what_arg) : std::logic_error(what_arg) {}};
Teuchos header file which uses auto-configuration information to include necessary C++ headers.
InvalidArgument(const std::string &what_arg)
InvalidParameterName(const std::string &what_arg)
InvalidParameterType(const std::string &what_arg)
InvalidParameterValue(const std::string &what_arg)
InvalidParameter(const std::string &what_arg)