org.at4j.zip.comp
Class UnknownZipEntryCompressionMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.at4j.support.lang.At4JException
org.at4j.zip.comp.UnknownZipEntryCompressionMethodException
- All Implemented Interfaces:
- Serializable
public class UnknownZipEntryCompressionMethodException
- extends At4JException
This exception is thrown by the ZipEntryCompressionMethodRegistry
if
it is given a compression method code that it does not have in its registry.
- 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 |
UnknownZipEntryCompressionMethodException
public UnknownZipEntryCompressionMethodException(String msg)