Package VASSAL.tools.imports
Class FileFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
VASSAL.tools.imports.FileFormatException
- All Implemented Interfaces:
Serializable
public class FileFormatException extends IOException
File cannot be interpreted. Either the file is not what VASSAL thinks it is
or it is currupted in some way.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FileFormatException(String s)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileFormatException
-