Poco::OSP

class BundleStateException

Library: OSP
Package: Core
Header: Poco/OSP/OSPException.h

Inheritance

Direct Base Classes: BundleException

All Base Classes: Poco::Exception, BundleException, OSPException, Poco::RuntimeException, 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

BundleStateException

BundleStateException(
    int code = 0
);

BundleStateException

BundleStateException(
    const BundleStateException & exc
);

BundleStateException

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

BundleStateException

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

BundleStateException

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

Destructor

~BundleStateException

~BundleStateException() noexcept;

Member Functions

className virtual

const char * className() const noexcept;

clone

Poco::Exception * clone() const;

name virtual

const char * name() const noexcept;

operator =

BundleStateException & operator = (
    const BundleStateException & exc
);

rethrow virtual

void rethrow() const;