Document Scanning SDK for Apple iOS  2.5.2
Class Methods | List of all members
PxException Class Reference

Exception class to indicate PX programmer errors. More...

#import <PxException.h>

Inheritance diagram for PxException:

Class Methods

(void) + raise:
 Raises PxException with specifed message (with variable argumuents) and logs message in console. More...
 
(void) + raiseWithoutTrace:
 Raises PxException with specifed message (with variable argumuents) without logging message in console. More...
 

Detailed Description

Exception class to indicate PX programmer errors.

Method Documentation

◆ raise:()

+ (void) raise: (NSString *)  format
,   ... 

Raises PxException with specifed message (with variable argumuents) and logs message in console.

Parameters
formatmessage string format

◆ raiseWithoutTrace:()

+ (void) raiseWithoutTrace: (NSString *)  format
,   ... 

Raises PxException with specifed message (with variable argumuents) without logging message in console.

Parameters
formatmessage string format