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:
Serializable
Invalid Format Exception. There was an error decoding a
tape segment header.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
private static final long
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
offset
protected long offset
-
-
Constructor Details
-
InvalidFormatException
public InvalidFormatException() -
InvalidFormatException
public InvalidFormatException(long offset)
-
-
Method Details
-
getOffset
public long getOffset()
-