Blender V2.61 - r43446
Public Member Functions

ErrorHandler Class Reference

Handler class for parser errors. More...

#include <ErrorHandler.h>

List of all members.

Public Member Functions

 ErrorHandler ()
virtual ~ErrorHandler ()
virtual bool handleError (const COLLADASaxFWL::IError *error)
bool hasError ()

Detailed Description

Handler class for parser errors.

Definition at line 36 of file ErrorHandler.h.


Constructor & Destructor Documentation

ErrorHandler::ErrorHandler ( )

Constructor.

Definition at line 38 of file ErrorHandler.cpp.

ErrorHandler::~ErrorHandler ( ) [virtual]

Destructor.

Definition at line 43 of file ErrorHandler.cpp.


Member Function Documentation

bool ErrorHandler::handleError ( const COLLADASaxFWL::IError *  error) [virtual]

handle any error thrown by the parser.

Definition at line 48 of file ErrorHandler.cpp.

bool ErrorHandler::hasError ( ) [inline]

True if there was an error during parsing.

Definition at line 47 of file ErrorHandler.h.

Referenced by DocumentImporter::import().


The documentation for this class was generated from the following files: