Package com.igormaznitsa.jcp.exceptions
Class FilePositionInfo
- java.lang.Object
-
- com.igormaznitsa.jcp.exceptions.FilePositionInfo
-
public class FilePositionInfo extends java.lang.ObjectThe class implements a file data storage where an exception can store a snapshot of the current preprocessing file data
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.FilefileThe preprocessing fileprivate intstringIndexThe current string index in the file
-
Constructor Summary
Constructors Constructor Description FilePositionInfo(java.io.File file, int stringIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.FilegetFile()intgetStringIndex()java.lang.StringtoString()
-