Qore Programming Language  0.9.16
AbstractException Class Referenceabstract

abstract base class for c++ Exceptions in the Qore library More...

#include <AbstractException.h>

Inheritance diagram for AbstractException:

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.
 

Detailed Description

abstract base class for c++ Exceptions in the Qore library

Member Function Documentation

◆ convert()

virtual void AbstractException::convert ( ExceptionSink xsink)
pure virtual

Raises the corresponding Qore exception in the ExceptionSink.

Parameters
xsinkthe exception sink

Implemented in QoreStandardException, and QoreXSinkException.


The documentation for this class was generated from the following file: