#include <xmlflowexception.hpp>
Definition at line 71 of file xmlflowexception.hpp.
Public Methods | |
XMLFlowException (int p_intNumber, const char *p_pszMessage, const char *p_pszContext, const char *p_pszLocalisation, const char *p_pszCause, bool p_boolFatal) | |
Constructor. | |
~XMLFlowException () | |
Destructor. | |
bool | isFatal () |
Returns TRUE if the error is fatal. | |
XMLFlowException & | operator>> (XMLStreamConsumer &p_Output) |
Outputs a XML representation of the Exception. | |
int | getNumber () |
Returns error number. | |
Static Public Methods | |
void | throwXMLFlowException (int p_intNumber, const char *p_pszMessage, const char *p_pszContext, const char *p_pszLocalisation, const char *p_pszCause, bool p_boolFatal) |
Builds and throws an exception. |
|
Constructor.
Definition at line 61 of file xmlflowexception.cpp. References DEBUG_CREATE, DEBUG_ECHO, and importCharBuffer(). Referenced by throwXMLFlowException(). |
|
Destructor.
Definition at line 92 of file xmlflowexception.cpp. References DEBUG_DEL, and releaseCharBuffer(). |
|
Returns error number.
Definition at line 124 of file xmlflowexception.cpp. |
|
Returns TRUE if the error is fatal.
Definition at line 111 of file xmlflowexception.cpp. |
|
Outputs a XML representation of the Exception.
Definition at line 132 of file xmlflowexception.cpp. |
|
Builds and throws an exception.
Definition at line 53 of file xmlflowexception.cpp. References XMLFlowException(). |