Library: Util
Package: Options
Header: Poco/Util/OptionException.h
Direct Base Classes: Poco::DataException
All Base Classes: Poco::DataException, Poco::Exception, Poco::RuntimeException, std::exception
Known Derived Classes: UnknownOptionException, AmbiguousOptionException, MissingOptionException, MissingArgumentException, InvalidArgumentException, UnexpectedArgumentException, IncompatibleOptionsException, DuplicateOptionException, EmptyOptionException
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
OptionException(
    int code = 0
);
OptionException(
    const OptionException & exc
);
OptionException(
    const std::string & msg,
    int code = 0
);
OptionException(
    const std::string & msg,
    const std::string & arg,
    int code = 0
);
OptionException(
    const std::string & msg,
    const Poco::Exception & exc,
    int code = 0
);
~OptionException();
 
 const char * className() const;
See also: Poco::DataException::className()
Poco::Exception * clone() const;
 
 const char * name() const;
See also: Poco::DataException::name()
OptionException & operator = (
    const OptionException & exc
);
 
 void rethrow() const;
See also: Poco::DataException::rethrow()