jwo.utils.gifutils
Class LZWException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjwo.utils.gifutils.LZWException
All Implemented Interfaces:
Serializable

public class LZWException
extends Exception

Indicates that an abnormal condition has occured during an operation involving an LZWStringTable

Author:
Benjamin E. Norman. Very minor modifications, Jo Wood.
See Also:
Serialized Form

Constructor Summary
LZWException()
           
LZWException(String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LZWException

public LZWException()

LZWException

public LZWException(String msg)


Copyright Jo Wood, 1996-2005, last modified, 11th March, 2005