Searched refs:anException (Results 1 – 11 of 11) sorted by relevance
99 @property (retain) NSException *anException;106 __strong NSException *anException; variable174 @property (retain) NSException *anException;
147 @synthesize anException;
542 @synthesize anException;
8 @try { } @catch (id anException) { }
22 - (id)andThrow:(NSException *)anException;
70 - (id)andThrow:(NSException *)anException72 …[invocationHandlers addObject:[[[OCMExceptionReturnValueProvider alloc] initWithValue:anException]…
341 - (void)reportException:(NSException *)anException {349 chrome_browser_application_mac::RecordExceptionWithUma(anException);380 [anException name], [anException reason]];391 [super reportException:anException];
465 - (void)reportException:(NSException *)anException {473 chrome_browser_application_mac::RecordExceptionWithUma(anException);501 [anException name], [anException reason]];511 NSArray* addressArray = [anException callStackReturnAddresses];534 [super reportException:anException];
101 NSException *anException; variable