Package drivers

Class IncorrectFiletypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
drivers.IncorrectFiletypeException
All Implemented Interfaces:
Serializable

public class IncorrectFiletypeException extends Exception
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 Details

    • IncorrectFiletypeException

      public IncorrectFiletypeException()
      This just calls super.
    • IncorrectFiletypeException

      public IncorrectFiletypeException(String message)
      This just calls super.
      Parameters:
      message - the message to be displayed.