Lines Matching refs:exception
100 exception:anException \
130 exception:anException \
159 exception:anException \
187 exception:anException \
226 exception:anException \
256 exception:anException \
296 exception:anException \
375 exception:anException \
409 exception:anException \
438 exception:anException \
466 exception:anException \
523 exception:anException \
568 exception:anException \
608 exception:anException \
656 exception:anException \
699 exception:anException \
729 exception:anException \
758 generate error messages if an exception is encountered.
779 exception:anException \
808 will generate error messages if an exception is encountered.
829 exception:anException \
837 /*" Generates a failure when expression does not throw an exception.
852 exception:nil \
859 /*" Generates a failure when expression does not throw an exception of a
862 _{specificException The specified class of the exception.}
876 NSString *_descrip = STComposeString(@"(Expected exception: %@) %@", NSStringFromClass([specificException class]), description); \
878 exception:anException \
884 NSString *_descrip = STComposeString(@"(Expected exception: %@) %@", NSStringFromClass([specificException class]), description); \
886 exception:nil \
893 /*" Generates a failure when expression does not throw an exception of a
898 _{specificException The specified class of the exception.}
899 _{aName The name of the specified exception.}
912 NSString *_descrip = STComposeString(@"(Expected exception: %@ (name: %@)) %@", NSStringFromClass([specificException class]), aName, description); \
915 exception:anException \
922 NSString *_descrip = STComposeString(@"(Expected exception: %@) %@", NSStringFromClass([specificException class]), description); \
925 exception:anException \
931 NSString *_descrip = STComposeString(@"(Expected exception: %@) %@", NSStringFromClass([specificException class]), description); \
934 exception:nil \
941 /*" Generates a failure when expression does throw an exception.
954 exception:anException \
962 /*" Generates a failure when expression does throw an exception of the specitied
963 class. Any other exception is okay (i.e. does not generate a failure).
965 exception.}
977 exception:anException \
988 /*" Generates a failure when expression does throw an exception of a
993 _{specificException The specified class of the exception.}
994 _{aName The name of the specified exception.}
1007 NSString *_descrip = STComposeString(@"(Expected exception: %@ (name: %@)) %@", NSStringFromClass([specificException class]), aName, description); \
1010 exception:anException \
1049 exception:(NSException *)exception
1064 - (void)failWithException:(NSException*)exception;