• Home
  • Raw
  • Download

Lines Matching refs:reason

52 + (id) newException:(NSString *)aName reason:(NSString *)aReason;
54 return [[ANTLRRuntimeException alloc] initWithName:aName reason:aReason];
57 + (id) newException:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
59 return [[ANTLRRuntimeException alloc] initWithName:aName reason:aReason userInfo:aUserInfo];
65 self = [super initWithName:@"ANTLRRuntimeException" reason:@"UnknownException" userInfo:nil];
71 …self = [super initWithName:(NSString *)@"ANTLRRuntimeException" reason:(NSString *)aReason userInf…
77 self = [super initWithName:@"ANTLRRuntimeException" 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:@"ANTLRIllegalArgumentException" reason:@"UnknownException" userInfo:ni…
141 …self = [super initWithName:@"ANTLRIllegalArgumentException" reason:(NSString *)aReason userInfo:ni…
147 self = [super initWithName:@"ANTLRIllegalArgumentException" reason:aReason userInfo:aUserInfo];
172 … self = [super initWithName:@"ANTLRIllegalStateException" reason:@"UnknownException" userInfo:nil];
178 … self = [super initWithName:@"ANTLRIllegalStateException" reason:(NSString *)aReason userInfo:nil];
184 self = [super initWithName:@"ANTLRIllegalStateException" reason:aReason userInfo:aUserInfo];
209 …self = [super initWithName:@"ANTLRNoSuchElementException" reason:@"UnknownException" userInfo:nil];
215 …self = [super initWithName:@"ANTLRNoSuchElementException" reason:(NSString *)aReason userInfo:(NSD…
221 self = [super initWithName:@"ANTLRNoSuchElementException" reason:aReason userInfo:aUserInfo];
225 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo
227 self = [super initWithName:aName reason:aReason userInfo:aUserInfo];
242 self = [super initWithName:@"RewriteEarlyExitException" reason:nil userInfo:nil];
246 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo
248 self = [super initWithName:aName reason:aReason userInfo:aUserInfo];
263 …return [[ANTLRRuntimeException alloc] initWithName:@"Unsupported Operation Exception" reason:aReas…
266 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason
268 self=[super initWithName:aName reason:aReason userInfo:nil];
272 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)userInfo
274 self=[super initWithName:aName reason:aReason userInfo:userInfo];