Class WrongFileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
be.gaudry.model.exception.WrongFileException
All Implemented Interfaces:
Serializable

public class WrongFileException extends Exception
Since:
1.0 Mar 19, 2010
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Constructor Details

    • WrongFileException

      public WrongFileException(File f, String expectedType)
    • WrongFileException

      public WrongFileException(File f, String expectedType, Exception e)
  • Method Details

    • getWrongFile

      public File getWrongFile()