|
wxArt2D
|
For exceptions thrown while parsing XML files. More...
#include <genxmlpars.h>
Public Member Functions | |
| a2dIOHandlerXMLException (const wxString &exMessage) | |
| Constructor. | |
| a2dIOHandlerXMLException (const wxString &exMessage, int exRow, int exColumn) | |
| Constructor with row and line params. | |
| a2dIOHandlerXMLException (const a2dIOHandlerXMLException &other) | |
| Copy constructor. | |
| a2dIOHandlerXMLException & | operator= (const a2dIOHandlerXMLException &other) |
| int | getLineNumber () const |
| int | getColumnNumber () const |
| wxString | getMessage () const |
| void | setMessage (const wxString &exMessage) |
Protected Attributes | |
| wxString | m_message |
| int | m_row |
| int | m_column |
For exceptions thrown while parsing XML files.
Definition at line 36 of file genxmlpars.h.