Package VASSAL.tools.image
Class ImageIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
VASSAL.tools.image.ImageIOException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BrokenImageException,ImageNotFoundException,UnrecognizedImageTypeException
An exception indicating some I/O problem while reading an image file.
- Since:
- 3.1.0
- Author:
- Joel Uckelman
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedImageIOException(File file)ImageIOException(File file, String message)ImageIOException(File file, String message, Throwable cause)ImageIOException(File file, Throwable cause)ImageIOException(String filename)ImageIOException(String filename, String message)ImageIOException(String filename, String message, Throwable cause)ImageIOException(String filename, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImageIOException
protected ImageIOException() -
ImageIOException
-
ImageIOException
-
ImageIOException
-
ImageIOException
-
ImageIOException
-
ImageIOException
-
ImageIOException
-
ImageIOException
-
-
Method Details
-
getFile
-