com.pearsoneduc.ip.op
Class HistogramException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.pearsoneduc.ip.op.OperationException
                    |
                    +--com.pearsoneduc.ip.op.HistogramException

public class HistogramException
extends OperationException

Exception thrown if a Histogram cannot be computed from a BufferedImage.

Version:
1.1 [1999/08/30]
Author:
Nick Efford
See Also:
Exception, Serialized Form

Constructor Summary
HistogramException()
           
HistogramException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HistogramException

public HistogramException()

HistogramException

public HistogramException(java.lang.String message)