jwo.utils.gifutils
Class LZWException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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