32 #ifndef _QORE_QORESTANDARDEXCEPTION_H 34 #define _QORE_QORESTANDARDEXCEPTION_H virtual void convert(ExceptionSink *xsink)
Raises the corresponding Qore exception in the ExceptionSink.
abstract base class for c++ Exceptions in the Qore library
Definition: QoreStandardException.h:47
abstract base class for c++ Exceptions in the Qore library
Definition: AbstractException.h:41
virtual DLLEXPORT ~QoreStandardException()
Destroys the object.
Qore's string value type, reference counted, dynamically-allocated only.
Definition: QoreStringNode.h:50
DLLEXPORT QoreStandardException(const char *err, const char *desc_fmt,...)
creates the exception object with error and description strings
container for holding Qore-language exception information and also for registering a "thread_exit" ca...
Definition: ExceptionSink.h:46
DLLEXPORT QoreStandardException & operator=(QoreStandardException &&)=default
Default assignment operator.