Package drivers
Class IncorrectFiletypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
drivers.IncorrectFiletypeException
- All Implemented Interfaces:
Serializable
This exception should get thrown when the WIN, MEM or FLP drivers are fed files that are not of the correct type.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThis just calls super.IncorrectFiletypeException
(String message) This just calls super. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncorrectFiletypeException
public IncorrectFiletypeException()This just calls super. -
IncorrectFiletypeException
This just calls super.- Parameters:
message
- the message to be displayed.
-