TrueZIP 6.8.2

de.schlichtherle.io
Class ArchiveFileSystem.ArchiveFileSystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by de.schlichtherle.io.ArchiveFileSystem.ArchiveFileSystemException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArchiveFileSystem.ArchiveReadOnlyException
Enclosing class:
ArchiveFileSystem

static class ArchiveFileSystem.ArchiveFileSystemException
extends IOException

This exception is thrown when a client application tries to perform an illegal operation on an archive file system.

This exception is private by intention: Clients applications should not even know about the existence of virtual archive file systems.


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

entryName

private final String entryName
The entry's path name.

Constructor Detail

ArchiveFileSystem.ArchiveFileSystemException

private ArchiveFileSystem.ArchiveFileSystemException(String message)

ArchiveFileSystem.ArchiveFileSystemException

private ArchiveFileSystem.ArchiveFileSystemException(String entryName,
                                                     String message)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

TrueZIP 6.8.2

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