Why will the Android "Catch" handler not initialize an Exception object?
When an error occurs and my code is trying to initialize an Exception object it is always NULL.
The above doesn't make sense to me, because the exception should always initialize the Exception object - period. It should never be null if an error occurs.
I am fairly new to the Eclipse Android IDE/SDK, and I am sure I don't have everything set up 100%. However, this type of functionality would seem to me that it should work all the time, not after being set up.