uk.ac.essex.ia.exception
Class ImageIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by uk.ac.essex.ia.exception.ImageIOException
All Implemented Interfaces:
java.io.Serializable

public class ImageIOException
extends java.io.IOException

An image input/ouput error. This is a simple class and offers no real extension to it's superclass, except offering a more logical description of the type of error it represents.

See Also:
Serialized Form

Constructor Summary
ImageIOException()
           
ImageIOException(java.lang.String s)
           
 
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

ImageIOException

public ImageIOException()

ImageIOException

public ImageIOException(java.lang.String s)