de.janrufmonitor.repository.zip
Class ZipArchiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.janrufmonitor.repository.zip.ZipArchiveException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ZipArchiveLockedException, ZipArchiveNotOpenedException
public class ZipArchiveException
- extends Exception
This class is an implementation of a ZIP archive
exception which should be thrown on general 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 |
ZipArchiveException
public ZipArchiveException()
ZipArchiveException
public ZipArchiveException(String s)
- Constructor offering the possibility to specify a
message which can be get with getMessage() calls
- Parameters:
s - message string
Copyright © 2010 by Thilo Brandt. All Rights Reserved.