TrueZIP 6.8.2

de.schlichtherle.io.archive.tar
Class TarInputArchive.TempFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.FileNotFoundException
                  extended by de.schlichtherle.io.archive.tar.TarInputArchive.TempFileException
All Implemented Interfaces:
Serializable
Enclosing class:
TarInputArchive

private static final class TarInputArchive.TempFileException
extends FileNotFoundException

This needs to be a FileNotFoundException in order to signal that the TAR is simply not accessible and not necessarily a false positive.


Constructor Summary
private TarInputArchive.TempFileException(org.apache.tools.tar.TarEntry entry, IOException cause)
           
 
Method Summary
 
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
 

Constructor Detail

TarInputArchive.TempFileException

private TarInputArchive.TempFileException(org.apache.tools.tar.TarEntry entry,
                                          IOException cause)

TrueZIP 6.8.2

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.