Exception
is programmer-level bug for example trying to access array index that
not exist in array. In iOS Exception base class are NSException.
Error is user- level bug such as trying to load a file that does not
exist .Error
indicate problem that a reasonable application
should not try to catch. Error are represented by NSError Class.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Exception is programmer-level bug for example trying to access array index that not exist in array. In iOS Exception base class are NSException. Error is user- level bug such as trying to load a file that does not exist .Error indicate problem that a reasonable application should not try to catch. Error are represented by NSError Class.