TrueZIP 6.8.2

de.schlichtherle.io
Class ArchiveController.ArchiveEntryNotFoundException

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.ArchiveController.ArchiveEntryNotFoundException
All Implemented Interfaces:
Serializable
Enclosing class:
ArchiveController

final class ArchiveController.ArchiveEntryNotFoundException
extends FileNotFoundException

Thrown if an archive entry does not exist or is not accessible. May be thrown by ArchiveController.createInputStream(java.lang.String) or ArchiveController.createOutputStream(java.lang.String, boolean).


Field Summary
private  String entryName
           
 
Constructor Summary
ArchiveController.ArchiveEntryNotFoundException(String entryName, String msg)
           
 
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

entryName

private final String entryName
Constructor Detail

ArchiveController.ArchiveEntryNotFoundException

ArchiveController.ArchiveEntryNotFoundException(String entryName,
                                                String msg)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

TrueZIP 6.8.2

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