java.lang.Object
com.github.sttk.sabi.errs.ErrOcc
ErrOcc
is the class which contains time and position in a source
file when and where an Err
occured.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Method Details
-
getTime
Gets time when anErr
occured.- Returns:
- A
OffsetDateTime
object.
-
getFile
Gets the source file name where anErr
occured. This source file name can be null if this is unavailable in the stack trace element.- Returns:
- A source file name.
-
getLine
public int getLine()Gets the line number where anErr
occured. This line number can be a negative number if this is unavailable in the stack trace element.- Returns:
- A line number.
-