Poco::Util

class EmptyOptionException

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

EmptyOptionException

EmptyOptionException(
    int code = 0
);

EmptyOptionException

EmptyOptionException(
    const EmptyOptionException & exc
);

EmptyOptionException

EmptyOptionException(
    const std::string & msg,
    int code = 0
);

EmptyOptionException

EmptyOptionException(
    const std::string & msg,
    const std::string & arg,
    int code = 0
);

EmptyOptionException

EmptyOptionException(
    const std::string & msg,
    const Poco::Exception & exc,
    int code = 0
);

Destructor

~EmptyOptionException

~EmptyOptionException();

Member Functions

className virtual

const char * className() const;

See also: Poco::Util::OptionException::className()

clone

Poco::Exception * clone() const;

name virtual

const char * name() const;

See also: Poco::Util::OptionException::name()

operator =

EmptyOptionException & operator = (
    const EmptyOptionException & exc
);

rethrow virtual

void rethrow() const;

See also: Poco::Util::OptionException::rethrow()