org.apache.commons.compress.archivers.dump
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
public class InvalidFormatException
- extends DumpArchiveException
Invalid Format Exception. There was an error decoding a
tape segment header.
- See Also:
- Serialized Form
Field Summary |
protected long |
offset
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
offset
protected long offset
InvalidFormatException
public InvalidFormatException()
InvalidFormatException
public InvalidFormatException(long offset)
getOffset
public long getOffset()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.