views:

42

answers:

0

Hello all,

Can someone explain to me why the Android "Catch" handler will 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 setup 100%. However, this type of functionality would seem to me that it should work all the time, not after being setup.

Can someone please help me!