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.
Markdown for AI
A clean, structured version of this page for AI assistants and LLMs.
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.