com.programix.gui.image
Class ImageTools.ImageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.programix.gui.image.ImageTools.ImageException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ImageTools.ImageNotFoundException
- Enclosing class:
- ImageTools
public static class ImageTools.ImageException
- extends RuntimeException
Thrown to indicate that there was a problem reading, writing,
converting, or other problems working with an Image or
BufferedImage. Conveniently, this is a RuntimeException
so callers are not required to deal with it.
- Author:
- Paul Hyde
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ImageTools.ImageException
public ImageTools.ImageException(String message,
Throwable cause)
ImageTools.ImageException
public ImageTools.ImageException(Throwable cause)
ImageTools.ImageException
public ImageTools.ImageException(String message)
ImageTools.ImageException
public ImageTools.ImageException()
Copyright © 2001-2009
Programix Incorporated.
All rights reserved.
ProgramixGenericLib is free
and is
OSI Certified
Open Source Software under the BSD
license.