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:
  • 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.