Poco::OSP

class ManifestException

File Information

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

ManifestException

ManifestException(
    int code = 0
);

ManifestException

ManifestException(
    const ManifestException & exc
);

ManifestException

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

ManifestException

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

ManifestException

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

Destructor

~ManifestException

~ManifestException() noexcept;

Member Functions

className virtual

const char * className() const noexcept;

clone

Poco::Exception * clone() const;

name virtual

const char * name() const noexcept;

operator =

ManifestException & operator = (
    const ManifestException & exc
);

rethrow virtual

void rethrow() const;