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
-
-
Field Summary
Fields Modifier and Type Field Description protected long
offset
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description InvalidFormatException()
InvalidFormatException(long offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getOffset()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
offset
protected long offset
-
-