NMExceptionReporter Class Reference
| Inherits from | NSObject |
| Declared in | NMExceptionReporter.h NMExceptionReporter.m |
Overview
NMExceptionReporter class provides a way of tracking exceptions occured on your application during runtime. This class internally handles uncaught exceptions which are not catched by try/catch blocks, and reports them to Netmera server, so that you can track and analyze them. Moreover, you can send reports about exceptions that you catch in your implementation using class method sendExceptionReport:.
Class Methods
sendExceptionReport:
Sends the report of the given exception to Netmera.
+ (void)sendExceptionReport:(NSException *)exceptionParameters
- exception
Exception object which includes information like error message, stack trace etc.
Discussion
Sends the report of the given exception to Netmera.
Declared In
NMExceptionReporter.h