Returns the name of the Java source file containing class belonging to this StackTraceElement. @return the name of the file, or null if this information is not available.
()
| 153 | * available. |
| 154 | */ |
| 155 | public String getFileName() { |
| 156 | return fileName; |
| 157 | } |
| 158 | |
| 159 | /** |
| 160 | * Returns the line number in the source for the class belonging to this |