Poco

class UnhandledException

Library: Foundation
Package: Core
Header: Poco/Exception.h

Inheritance

Direct Base Classes: LogicException

All Base Classes: Exception, LogicException, 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

UnhandledException

UnhandledException(
    int code = 0
);

UnhandledException

UnhandledException(
    const UnhandledException & exc
);

UnhandledException

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

UnhandledException

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

UnhandledException

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

Destructor

~UnhandledException

~UnhandledException() noexcept;

Member Functions

className virtual

const char * className() const noexcept;

clone

Poco::Exception * clone() const;

name virtual

const char * name() const noexcept;

operator =

UnhandledException & operator = (
    const UnhandledException & exc
);

rethrow virtual

void rethrow() const;