org.apache.commons.compress.archivers.dump
Class InvalidFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.commons.compress.archivers.dump.DumpArchiveException
                  extended by 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
           
 
Constructor Summary
InvalidFormatException()
           
InvalidFormatException(long offset)
           
 
Method Summary
 long getOffset()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

offset

protected long offset
Constructor Detail

InvalidFormatException

public InvalidFormatException()

InvalidFormatException

public InvalidFormatException(long offset)
Method Detail

getOffset

public long getOffset()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.