Hi All

!
I have an simple question:
When logging an error, the extended codes are considered to point the line where the error actually occurred?
For instance, I received the following stack trace:
However, the class IntegracaoPessoa have only 10 lines

, there is no line 40

!!!
This class extends an abstract class, and it have a line 40. Can it explain the message I'm receiving?
Thanks a lot!