org.at4j.zip.comp
Class UnsupportedCompressionMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.at4j.support.lang.At4JException
org.at4j.zip.comp.UnsupportedCompressionMethodException
- All Implemented Interfaces:
- Serializable
public class UnsupportedCompressionMethodException
- extends At4JException
This exception signals that a compression method is unsupported.
- 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 |
UnsupportedCompressionMethodException
public UnsupportedCompressionMethodException(ZipEntryCompressionMethod method)