cbr.util
Class ImageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycbr.util.ImageException
All Implemented Interfaces:
Serializable

public class ImageException
extends Exception

This exception signals a problem during loading or grabbing pixels of some image.

Version:
"$Id: ImageException.java 1913 2007-08-08 02:41:53Z jpeters $"
Author:
Volker Roth
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ImageException()
           
ImageException(String message)
          Creates an exception with the given message.
 
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

ImageException

public ImageException()

ImageException

public ImageException(String message)
Creates an exception with the given message.

Parameters:
message - The message.


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.