Qore Programming Language  1.7.0
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 DLLLOCAL ~AbstractException ()=default
 Default virtual destructor.
 
virtual void convert (ExceptionSink *xsink)=0
 Raises the corresponding Qore exception in the ExceptionSink. More...
 

Private Member Methods

DLLLOCAL 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 QoreXSinkException, and QoreStandardException.


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