jwo.utils.gifutils
Class LZWException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jwo.utils.gifutils.LZWException
All Implemented Interfaces:
Serializable

public class LZWException
extends Exception

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

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

Constructor Summary
LZWException()
          Creates the exception.
LZWException(String msg)
          Creates the exception with the given message.
 
Method Summary
 
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()
Creates the exception.


LZWException

public LZWException(String msg)
Creates the exception with the given message.

Parameters:
msg - Message to report in exception.


Copyright Jo Wood, 1996-2009, last modified, 17th April, 2009