Class InvalidFormatException

All Implemented Interfaces:
Serializable

public class InvalidFormatException extends DumpArchiveException
Invalid Format Exception. There was an error decoding a tape segment header.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • offset

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

    • InvalidFormatException

      public 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.