TrueZIP File* 7.0-rc1

de.schlichtherle.truezip.file
Class TContainsFileException

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.truezip.file.TContainsFileException
All Implemented Interfaces:
Serializable

@ThreadSafe
public class TContainsFileException
extends FileNotFoundException

Thrown to indicate that two paths are referring to the same file or contain each other.

Author:
Christian Schlichtherle
See Also:
Serialized Form

Field Summary
private  File ancestor
           
private  File descendant
           
private static long serialVersionUID
           
 
Constructor Summary
TContainsFileException(File ancestor, File descendant)
           
 
Method Summary
 File getAncestor()
           
 File getDescendant()
           
 
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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

ancestor

private final File ancestor

descendant

private final File descendant
Constructor Detail

TContainsFileException

public TContainsFileException(File ancestor,
                              File descendant)
Method Detail

getAncestor

public final File getAncestor()

getDescendant

public final File getDescendant()

TrueZIP File* 7.0-rc1

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