TrueZIP Kernel 7.0-rc1

de.schlichtherle.truezip.fs.archive
Class FsArchiveFileSystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FsReadOnlyArchiveFileSystemException

@ThreadSafe
public class FsArchiveFileSystemException
extends IOException

Thrown to indicate an exceptional condition in an FsArchiveFileSystem.

See Also:
Serialized Form

Field Summary
private  String path
          The entry's path name.
private static long serialVersionUID
           
 
Constructor Summary
FsArchiveFileSystemException(String path, IOException cause)
           
FsArchiveFileSystemException(String path, String message)
           
FsArchiveFileSystemException(String path, String message, IOException cause)
           
 
Method Summary
 String getLocalizedMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

path

private final String path
The entry's path name.

Constructor Detail

FsArchiveFileSystemException

FsArchiveFileSystemException(String path,
                             String message)

FsArchiveFileSystemException

FsArchiveFileSystemException(String path,
                             IOException cause)

FsArchiveFileSystemException

FsArchiveFileSystemException(String path,
                             String message,
                             IOException cause)
Method Detail

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable

TrueZIP Kernel 7.0-rc1

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