Blender
V3.3
|
Handler class for parser errors. More...
#include <ErrorHandler.h>
Public Member Functions | |
ErrorHandler () | |
virtual bool | handleError (const COLLADASaxFWL::IError *error) |
bool | hasError () |
Handler class for parser errors.
Definition at line 18 of file ErrorHandler.h.
ErrorHandler::ErrorHandler | ( | ) |
Constructor.
Definition at line 20 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 26 of file ErrorHandler.h.
Referenced by DocumentImporter::import().