Definition in file xmlflowexception.hpp.
#include "xercesc/sax/ErrorHandler.hpp"
#include "xercesc/sax/SAXParseException.hpp"
#include "config/commonincs.hpp"
Include dependency graph for xmlflowexception.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | XDFLSaxErrorReporter |
ErrorReporter derived class for XDFLengine sax handlers. More... | |
class | XMLFlowException |
Exception class for XMLProcessor Provides error number, context, message, localisation & cause features. More... | |
Defines | |
#define | _XMLFLOWEXCEPTION_HPP |
#define | PREP_CATCH_XML_FLOW_ERROR XMLFlowException* l_pXMLFlowException=0; bool l_boolXMLFlowException=false |
#define | WATCH_XML_FLOW_ERROR try |
#define | CATCH_XML_FLOW_ERROR catch( XMLFlowException* e_pXMLFlowException) |
#define | CATCH_XML_FLOW_ERROR_RELEASE_AND_RETURN catch( XMLFlowException* e_pXMLFlowException){ l_pXMLFlowException = e_pXMLFlowException; l_boolXMLFlowException=true; goto RELEASE_AND_RETURN; } |
#define | ON_XML_FLOW_ERROR_THROW if( l_boolXMLFlowException) throw l_pXMLFlowException |
#define | ON_XML_FLOW_ERROR_DO if( l_boolXMLFlowException) |
#define | MAKE_XMLFLOW_EXCEPTION l_boolXMLFlowException=true; l_pXMLFlowException=new XMLFlowException |
#define | THROW_XMLFLOW_EXCEPTION XMLFlowException::throwXMLFlowException |
Variables | |
XERCES_CPP_NAMESPACE_USE | |
BEGIN_XDFLENGINE_NS |
|
Definition at line 2 of file xmlflowexception.hpp. |
|
Definition at line 58 of file xmlflowexception.hpp. Referenced by DBOBJSetStreamer::processObject(). |
|
|
|
|
|
|
|
|
Definition at line 49 of file xmlflowexception.hpp. |
|
Definition at line 47 of file xmlflowexception.hpp. |