de.janrufmonitor.repository.zip
Class ZipArchiveNotOpenedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.janrufmonitor.repository.zip.ZipArchiveException
de.janrufmonitor.repository.zip.ZipArchiveNotOpenedException
- All Implemented Interfaces:
- Serializable
public class ZipArchiveNotOpenedException
- extends ZipArchiveException
This class is an implementation of a ZIP archive
exception which should be thrown on opening/closing problems
with the ZIP implementation.
- Author:
- Thilo Brandt
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ZipArchiveNotOpenedException
public ZipArchiveNotOpenedException(File zipArchive)
Copyright © 2010 by Thilo Brandt. All Rights Reserved.