|
Blender V4.5
|
Handler class for parser errors. More...
#include <ErrorHandler.h>
Inherits COLLADASaxFWL::IErrorHandler.
Public Member Functions | |
| ErrorHandler () | |
| bool | handleError (const COLLADASaxFWL::IError *error) override |
| bool | hasError () |
Handler class for parser errors.
Definition at line 15 of file ErrorHandler.h.
| ErrorHandler::ErrorHandler | ( | ) |
|
override |
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 23 of file ErrorHandler.h.
Referenced by DocumentImporter::import().