new: Type Method

+ (PxException *) new:(NSString *) format;

References: PxException

Creates a PxException with a formatted message and logs the message to the console.

Parameters

  • format — An NSString format string, followed by its arguments.
Top