Google Coding Standard for Objective C says we should not throw exceptions, what are the alternatives to @throw then?
Google Coding Standard for Objective C says we should not throw exceptions , what
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One possibility is to deliver extended exception information via
NSError:The caller can test if the call succeeded by inspecting the result value. If more information is required in case of an error, it can supply a location, where the method can store additional information into: