org.at4j.zip
Class ZipFileParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.at4j.support.lang.At4JException
org.at4j.zip.ZipFileParseException
- All Implemented Interfaces:
- Serializable
public class ZipFileParseException
- extends At4JException
This exception is thrown by the ZipFile
object when a Zip file cannot
be parsed.
- Since:
- 1.0
- Author:
- Karl Gustafsson
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ZipFileParseException
public ZipFileParseException(String msg)
ZipFileParseException
public ZipFileParseException(Throwable t)
ZipFileParseException
public ZipFileParseException(String msg,
Throwable t)