psychWithJava
Class PixelOutOfRangeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by psychWithJava.PixelOutOfRangeException
All Implemented Interfaces:
java.io.Serializable

public class PixelOutOfRangeException
extends java.lang.Exception

A subclass of Exception. Applications may throw this exception to indicate that the value of a pixel is out of [0,255] range

Since:
2012-3-14
Author:
Huseyin Boyaci
See Also:
Serialized Form

Constructor Summary
PixelOutOfRangeException()
          Construct a default PixelOutOfRangeException.
PixelOutOfRangeException(java.lang.String message)
          Construct a PixelOutOfRangeException with a 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PixelOutOfRangeException

public PixelOutOfRangeException()
Construct a default PixelOutOfRangeException.


PixelOutOfRangeException

public PixelOutOfRangeException(java.lang.String message)
Construct a PixelOutOfRangeException with a message.

Parameters:
message -