Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::p6IJSONErrorHandler Interface Referenceabstract

#include <p6jsonerrorhandler.h>

Inherits P6R::p6ICom.

Public Member Functions

virtual P6INT32 addref (void)=0
 
virtual P6R::P6ERR error (P6ERR errorCode, p6IJSONLocator *pObject)=0
 
virtual P6R::P6ERR errorEx (P6ERR errorCode, p6IJSONLocator *pObject, const P6CHAR *pDisplay)=0
 
virtual P6R::P6ERR fatalError (P6ERR errorCode, p6IJSONLocator *pObject)=0
 
virtual P6R::P6ERR fatalErrorEx (P6ERR errorCode, p6IJSONLocator *pObject, const P6CHAR *pDisplay)=0
 
virtual P6R::P6ERR queryInterface (const P6R::P6IID &iid, P6VOID **ppIface)=0
 
virtual P6INT32 release (void)=0
 
virtual P6R::P6ERR warning (P6ERR errorCode, p6IJSONLocator *pObject)=0
 
virtual P6R::P6ERR warningEx (P6ERR errorCode, p6IJSONLocator *pObject, const P6CHAR *pDisplay)=0
 

Detailed Description

This interface is implemented by an application and is used to handle error information generated by the parser.

This is a callback object that is registered using the P6R::p6IJSONReader::setErrorHandler() method. Once registered the JSON parser will call one of the 3 methods of this object to notify the application of a parsing error.

Definition at line 33 of file p6jsonerrorhandler.h.


The documentation for this interface was generated from the following file: