Returns the line number in the source for the class belonging to this StackTraceElement. @return the line number, or a negative number if this information is not available.
()
| 164 | * available. |
| 165 | */ |
| 166 | public int getLineNumber() { |
| 167 | return lineNumber; |
| 168 | } |
| 169 | |
| 170 | /** |
| 171 | * Returns the name of the method belonging to this {@code |