Name: Anonymous 2009-02-14 18:27
.
throw new RuntimeException();
catch (RuntimeException e) {
throw; // An error has occured, but we don't care
}
catch (NSException *e)
{
NSLog(@"Pray at the altar of Jobs");
}