Qore Programming Language
0.9.16
|
abstract base class for c++ Exceptions in the Qore library More...
#include <AbstractException.h>
Public Member Methods | |
virtual DLLEXPORT | ~AbstractException ()=default |
Default virtual destructor. | |
virtual void | convert (ExceptionSink *xsink)=0 |
Raises the corresponding Qore exception in the ExceptionSink. More... | |
Private Member Methods | |
DLLEXPORT | AbstractException ()=default |
Default constructor. | |
abstract base class for c++ Exceptions in the Qore library
|
pure virtual |
Raises the corresponding Qore exception in the ExceptionSink.
xsink | the exception sink |
Implemented in QoreStandardException, and QoreXSinkException.