• Home
  • Raw
  • Download

Lines Matching refs:reason

52 + (id) newException:(NSString *)aName reason:(NSString *)aReason;
54 return [[RuntimeException alloc] initWithName:aName reason:aReason];
57 + (id) newException:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
59 return [[RuntimeException alloc] initWithName:aName reason:aReason userInfo:aUserInfo];
65 self = [super initWithName:@"RuntimeException" reason:@"UnknownException" userInfo:nil];
71 …self = [super initWithName:(NSString *)@"RuntimeException" reason:(NSString *)aReason userInfo:(NS…
77 self = [super initWithName:@"RuntimeException" reason:aReason userInfo:aUserInfo];
81 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason
83 …self = [super initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)n…
87 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo
89 …self = [super initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)a…
95 return [super reason];
135 …self = [super initWithName:@"CloneNotSupportedException" reason:@"Attempted to clone non-cloneable…
141 … self = [super initWithName:@"CloneNotSupportedException" reason:(NSString *)aReason userInfo:nil];
147 self = [super initWithName:@"CloneNotSupportedException" reason:aReason userInfo:aUserInfo];
172 …self = [super initWithName:@"ConcurrentModificationException" reason:@"UnknownException" userInfo:…
178 …self = [super initWithName:@"ConcurrentModificationException" reason:(NSString *)aReason userInfo:…
184 … self = [super initWithName:@"ConcurrentModificationException" reason:aReason userInfo:aUserInfo];
209 …self = [super initWithName:@"IllegalArgumentException" reason:@"IllegalStateException" userInfo:ni…
215 self = [super initWithName:@"IllegalArgumentException" reason:(NSString *)aReason userInfo:nil];
221 self = [super initWithName:@"IllegalArgumentException" reason:aReason userInfo:aUserInfo];
246 … self = [super initWithName:@"IllegalStateException" reason:@"IllegalStateException" userInfo:nil];
252 self = [super initWithName:@"IllegalStateException" reason:(NSString *)aReason userInfo:nil];
258 self = [super initWithName:@"IllegalStateException" reason:aReason userInfo:aUserInfo];
283 …self = [super initWithName:@"IndexOutOfBoundsException" reason:@"IndexOutOfBoundsException" userIn…
289 … self = [super initWithName:@"IndexOutOfBoundsException" reason:(NSString *)aReason userInfo:nil];
295 self = [super initWithName:@"IndexOutOfBoundsException" reason:aReason userInfo:aUserInfo];
320 self = [super initWithName:@"NoSuchElementException" reason:@"UnknownException" userInfo:nil];
326 …self = [super initWithName:@"NoSuchElementException" reason:(NSString *)aReason userInfo:(NSDictio…
332 self = [super initWithName:@"NoSuchElementException" reason:aReason userInfo:aUserInfo];
336 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo
338 self = [super initWithName:aName reason:aReason userInfo:aUserInfo];
363 self = [super initWithName:@"NullPointerException" reason:@"UnknownException" userInfo:nil];
369 …self = [super initWithName:@"NullPointerException" reason:(NSString *)aReason userInfo:(NSDictiona…
375 self = [super initWithName:@"NullPointerException" reason:aReason userInfo:aUserInfo];
390 self = [super initWithName:@"RewriteEarlyExitException" reason:nil userInfo:nil];
394 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo
396 self = [super initWithName:aName reason:aReason userInfo:aUserInfo];
411 …return [[RuntimeException alloc] initWithName:@"Unsupported Operation Exception" reason:aReason us…
414 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason
416 self=[super initWithName:aName reason:aReason userInfo:nil];
420 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)userInfo
422 self=[super initWithName:aName reason:aReason userInfo:userInfo];