Class InexistentFileException

All Implemented Interfaces:
Serializable

public class InexistentFileException extends ValidationException
ValidationException thrown when a file in a determined path doesn't exist.
See Also:
  • Constructor Details

    • InexistentFileException

      public InexistentFileException(String propertyName, File file)
  • Method Details

    • getFile

      public File getFile()