|
Blender V4.3
|
Handler class for parser errors. More...
#include <ErrorHandler.h>
Inherits COLLADASaxFWL::IErrorHandler.
Public Member Functions | |
| ErrorHandler () | |
| virtual bool | handleError (const COLLADASaxFWL::IError *error) |
| bool | hasError () |
Handler class for parser errors.
Definition at line 20 of file ErrorHandler.h.
| ErrorHandler::ErrorHandler | ( | ) |
Constructor.
Definition at line 22 of file ErrorHandler.cpp.
|
virtual |
handle any error thrown by the parser.
Definition at line 25 of file ErrorHandler.cpp.
|
inline |
True if there was an error during parsing.
Definition at line 28 of file ErrorHandler.h.
Referenced by DocumentImporter::import().