com.jcraft.jzlib
Class ZStreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.jcraft.jzlib.ZStreamException
- All Implemented Interfaces:
- Serializable
public class ZStreamException
- extends IOException
Will be thrown by ZInputStream
and ZOutputStream
if something did go wrong during compressing or decompressing.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ZStreamException
public ZStreamException()
ZStreamException
public ZStreamException(String s)
This is an inofficial Javadoc created by PaĆlo Ebermann.
Have a look at the official homepage.