erkka
Class ImageException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--erkka.ImageException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PNGException

public class ImageException
extends java.lang.Exception

Thrown when an exception involving an image occurs.

See Also:
Serialized Form

Constructor Summary
ImageException()
          Creates an ImageException with no detail message.
ImageException(java.lang.String detail)
          Creates an ImageException with the given detail 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()
Creates an ImageException with no detail message.


ImageException

public ImageException(java.lang.String detail)
Creates an ImageException with the given detail message.