Class IncorrectFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.logviewer.data2.IncorrectFormatException
All Implemented Interfaces:
Serializable

public class IncorrectFormatException extends IOException
See Also:
  • Constructor Details

    • IncorrectFormatException

      public IncorrectFormatException(String file, long blockStart, long blockEnd, LogFormat format)
  • Method Details

    • getFile

      public String getFile()
    • getBlockStart

      public long getBlockStart()
    • getBlockEnd

      public long getBlockEnd()
    • getFormat

      public String getFormat()