Library: OSP
Package: Core
Header: Poco/OSP/OSPException.h
Direct Base Classes: Poco::RuntimeException
All Base Classes: Poco::Exception, Poco::RuntimeException, std::exception
Known Derived Classes: BundleException, ManifestException, BundleStateException, BundleVersionConflictException, BundleLoadException, BundleResolveException
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
OSPException(
int code = 0
);
OSPException(
const OSPException & exc
);
OSPException(
const std::string & msg,
int code = 0
);
OSPException(
const std::string & msg,
const std::string & arg,
int code = 0
);
OSPException(
const std::string & msg,
const Poco::Exception & exc,
int code = 0
);
~OSPException();
const char * className() const;
See also: Poco::RuntimeException::className()
Poco::Exception * clone() const;
const char * name() const;
See also: Poco::RuntimeException::name()
OSPException & operator = (
const OSPException & exc
);
void rethrow() const;
See also: Poco::RuntimeException::rethrow()