Library: Foundation
Package: Core
Header: Poco/Exception.h
Inheritance
Direct Base Classes: DataException
All Base Classes: DataException, Exception, 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
CircularReferenceException
CircularReferenceException(
int code = 0
);
CircularReferenceException
CircularReferenceException(
const CircularReferenceException & exc
);
CircularReferenceException
CircularReferenceException(
const std::string & msg,
int code = 0
);
CircularReferenceException
CircularReferenceException(
const std::string & msg,
const std::string & arg,
int code = 0
);
CircularReferenceException
CircularReferenceException(
const std::string & msg,
const Poco::Exception & exc,
int code = 0
);
Destructor
~CircularReferenceException
~CircularReferenceException() noexcept;
Member Functions
className
const char * className() const noexcept;
See also: Poco::DataException::className()
clone
Poco::Exception * clone() const;
name
const char * name() const noexcept;
See also: Poco::DataException::name()
operator =
CircularReferenceException & operator = (
const CircularReferenceException & exc
);
rethrow
void rethrow() const;
See also: Poco::DataException::rethrow()