de.schlichtherle.truezip.file
Class TContainsFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.FileNotFoundException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
ancestor
private final File ancestor
descendant
private final File descendant
TContainsFileException
public TContainsFileException(File ancestor,
File descendant)
getAncestor
public final File getAncestor()
getDescendant
public final File getDescendant()
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.