#include <ignoreErrorHandler.hpp>

Public Member Functions | |
| IgnoreErrorHandler (void) | |
| Constructor. | |
| virtual void | error (const ParseError &) throw (Error) |
| Method handling the errors. | |
Class for ignoring parse errors. This implementation simply ignores the error.
Definition at line 28 of file ignoreErrorHandler.hpp.
| IgnoreErrorHandler::IgnoreErrorHandler | ( | void | ) | [inline] |
| virtual void IgnoreErrorHandler::error | ( | const ParseError & | ) | throw (Error) [inline, virtual] |