In a stack trace - has the exception occurred in the last method, in the method before the last method or in the method that was to follow (i.e. it didn't get that far because of the exception)?
So, in the following example, is Method3 the method in which the exception occurred? Or is it a 'Method4' (it only got as far as completing method 3)?
STACK TRACE:
Method3()
Method2()
Method1()