to.etc.sjit
Class TooManyColorsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by to.etc.sjit.TooManyColorsException
All Implemented Interfaces:
java.io.Serializable

public class TooManyColorsException
extends java.io.IOException

Thrown when a GIF image is encoded and the resulting image has too many colors. To prevent this one can use the color quantizer on the source image before adding it again.

Author:
Frits Jalvingh
See Also:
Serialized Form

Constructor Summary
TooManyColorsException()
           
 
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

TooManyColorsException

public TooManyColorsException()