Class InvalidFormatException

All Implemented Interfaces:
Serializable

Invalid Format Exception. There was an error decoding a tape segment header.
See Also:
  • Field Details

    • offset

      protected long offset
      The offset where the problem was detected.
  • Constructor Details

    • InvalidFormatException

      Constructs a InvalidFormatException.
    • InvalidFormatException

      public InvalidFormatException(long offset)
      Constructs a InvalidFormatException.
      Parameters:
      offset - offset where the problem was detected.
  • Method Details

    • getOffset

      public long getOffset()
      Gets the offset where the problem was detected.
      Returns:
      the offset where the problem was detected.