Library: OSPPython
Package: OSPPython
Header: Poco/OSP/Python/PythonService.h
Direct Base Classes: Poco::RuntimeException
All Base Classes: Poco::Exception, Poco::RuntimeException, std::exception
Member Functions: className, clone, name, operator =, rethrow
Inherited Functions: className, clone, code, displayText, extendedMessage, message, name, nested, operator =, rethrow, what
PythonException(
int code = 0
);
PythonException(
const PythonException & exc
);
PythonException(
const std::string & msg,
int code = 0
);
PythonException(
const std::string & msg,
const std::string & arg,
int code = 0
);
PythonException(
const std::string & msg,
const Poco::Exception & exc,
int code = 0
);
~PythonException();
const char * className() const;
See also: Poco::RuntimeException::className()
Poco::Exception * clone() const;
const char * name() const;
See also: Poco::RuntimeException::name()
PythonException & operator = (
const PythonException & exc
);
void rethrow() const;
See also: Poco::RuntimeException::rethrow()