superwaba.ext.xplat.util.zip
Class ZStreamException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--superwaba.ext.xplat.util.zip.ZStreamException

public class ZStreamException
extends java.lang.Exception

Exception thrown when an error occurs in the ZStream

See Also:
Serialized Form

Constructor Summary
ZStreamException()
           
ZStreamException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZStreamException

public ZStreamException()

ZStreamException

public ZStreamException(java.lang.String s)