![]()  | 
  
    Qore Programming Language 1.17.0
    
   | 
 
abstract base class for c++ Exceptions in the Qore library More...
#include <AbstractException.h>
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.  | |
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.