Class UnrecognizedImageTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
VASSAL.tools.image.ImageIOException
VASSAL.tools.image.UnrecognizedImageTypeException
- All Implemented Interfaces:
Serializable
An exception indicating that an image file is not a recognized type.
- Since:
- 3.1.0
- Author:
- Joel Uckelman
- See Also:
-
Constructor Summary
ConstructorDescriptionUnrecognizedImageTypeException
(File file, Throwable cause) UnrecognizedImageTypeException
(String filename) UnrecognizedImageTypeException
(String filename, Throwable cause) -
Method Summary
Methods inherited from class VASSAL.tools.image.ImageIOException
getFile
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnrecognizedImageTypeException
public UnrecognizedImageTypeException() -
UnrecognizedImageTypeException
-
UnrecognizedImageTypeException
-
UnrecognizedImageTypeException
-
UnrecognizedImageTypeException
-