br.usp.ime.klava.segmentit.exceptions
Class ColorImageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by br.usp.ime.klava.segmentit.exceptions.ColorImageException
All Implemented Interfaces:
java.io.Serializable

public class ColorImageException
extends java.lang.Exception

Thrown to indicate that an image is a color image.

Author:
Bruno Klava
See Also:
Serialized Form

Constructor Summary
ColorImageException(java.lang.String message)
          Constructs an ColorImageException with the specified detail message 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColorImageException

public ColorImageException(java.lang.String message)
Constructs an ColorImageException with the specified detail message message.

Parameters:
message - the detail message