Lines Matching refs:RuntimeException
34 @interface RuntimeException : NSException {
37 + (RuntimeException *) newException;
38 + (RuntimeException *) newException:(NSString *)aReason;
39 + (RuntimeException *) newException:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
41 + (RuntimeException *) newException:(NSString *)aName reason:(NSString *)aReason;
42 + (RuntimeException *) newException:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictio…
55 @interface CloneNotSupportedException : RuntimeException {
68 @interface ConcurrentModificationException : RuntimeException {
78 @interface IllegalArgumentException : RuntimeException {
91 @interface IllegalStateException : RuntimeException {
104 @interface IndexOutOfBoundsException : RuntimeException {
117 @interface NoSuchElementException : RuntimeException {
130 @interface NullPointerException : RuntimeException {
143 @interface RewriteEarlyExitException : RuntimeException {
151 @interface UnsupportedOperationException : RuntimeException {