Class FilePositionInfo
java.lang.Object
com.igormaznitsa.jcp.exceptions.FilePositionInfo
The class implements a file data storage where an exception can store a
snapshot of the current preprocessing file data
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FileThe preprocessing fileprivate final intThe current string index in the file -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
file
The preprocessing file -
stringIndex
private final int stringIndexThe current string index in the file
-
-
Constructor Details
-
FilePositionInfo
-
-
Method Details
-
getFile
-
getStringIndex
public int getStringIndex() -
toString
-