Exception class to indicate PX programmer errors. More...
#import <PxException.h>
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... | |
Exception class to indicate PX programmer errors.
| + (void) raise: | (NSString *) | format | |
| , | ... | ||
Raises PxException with specifed message (with variable argumuents) and logs message in console.
| format | message string format |
| + (void) raiseWithoutTrace: | (NSString *) | format | |
| , | ... | ||
Raises PxException with specifed message (with variable argumuents) without logging message in console.
| format | message string format |