jm.jigl
Class ColorModelNotSupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jm.jigl.ColorModelNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class ColorModelNotSupportedException
extends java.lang.Exception

Exception for a Color model that is not supported

See Also:
jigl.image.ColorModelNotSupportedException, Serialized Form

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

ColorModelNotSupportedException

public ColorModelNotSupportedException()