Class InvalidFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.commons.compress.archivers.dump.DumpArchiveException
-
- org.apache.commons.compress.archivers.dump.InvalidFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidFormatException extends DumpArchiveException
Invalid Format Exception. There was an error decoding a tape segment header.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidFormatException()
InvalidFormatException(long offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getOffset()
-