Hi,
I am developing an app. The code is finished; all I need to do is add some more data, which will be located in an XML file, and I'll be done. I expect the app to throw an exception; it does that when it is told to load a certain resource that it cannot find. The exception is not fatal, therefore I don't want to resolve the exception until the app is otherwise finished.
Edit: I found a way to tell the app how to handle uncaught exceptions. The way to do that is described in this post on Stack Overflow.
Edit #2: This is not the solution I am looking for. I don't want the app to terminate.
I am developing an app. The code is finished; all I need to do is add some more data, which will be located in an XML file, and I'll be done. I expect the app to throw an exception; it does that when it is told to load a certain resource that it cannot find. The exception is not fatal, therefore I don't want to resolve the exception until the app is otherwise finished.
Edit: I found a way to tell the app how to handle uncaught exceptions. The way to do that is described in this post on Stack Overflow.
Edit #2: This is not the solution I am looking for. I don't want the app to terminate.
Last edited: