Ignite Tools
Public Member Functions | Protected Attributes | Properties
UA_SBJsonBase Class Reference

common base class for parsing & writing More...

#import <UA_SBJsonBase.h>

Inheritance diagram for UA_SBJsonBase:
UA_SBJSON UA_SBJsonParser UA_SBJsonWriter

List of all members.

Public Member Functions

(void) - addErrorWithCode:description:
(void) - clearErrorTrace

Protected Attributes

NSMutableArray * errorTrace

Properties

NSArray * errorTrace
 Return an error trace, or nil if there was no errors.

Detailed Description

common base class for parsing & writing

This class contains the common error-handling code.


Property Documentation

- (NSArray*) errorTrace [read, copy]

Return an error trace, or nil if there was no errors.

Note that this method returns the trace of the last method that failed. You need to check the return value of the call you're making to figure out if the call actually failed, before you know call this method.


The documentation for this class was generated from the following file:
 All Classes Functions Variables Properties