File Information
Library: Util
Package: Options
Header: Poco/Util/OptionException.h
Inheritance
Direct Base Classes: OptionException
All Base Classes: Poco::DataException, Poco::Exception, Poco::RuntimeException, OptionException, std::exception
Member Summary
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
Constructors
MissingArgumentException
MissingArgumentException(
int code = 0
);
MissingArgumentException
MissingArgumentException(
const MissingArgumentException & exc
);
MissingArgumentException
MissingArgumentException(
const std::string & msg,
int code = 0
);
MissingArgumentException
MissingArgumentException(
const std::string & msg,
const std::string & arg,
int code = 0
);
MissingArgumentException
MissingArgumentException(
const std::string & msg,
const Poco::Exception & exc,
int code = 0
);
Destructor
~MissingArgumentException
~MissingArgumentException() noexcept;
Member Functions
className
const char * className() const noexcept;
See also: Poco::Util::OptionException::className()
clone
Poco::Exception * clone() const;
name
const char * name() const noexcept;
See also: Poco::Util::OptionException::name()
operator =
MissingArgumentException & operator = (
const MissingArgumentException & exc
);
rethrow
void rethrow() const;
See also: Poco::Util::OptionException::rethrow()