Class InvalidDirectoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aikiit.fotorenamer.exception.InvalidDirectoryException
All Implemented Interfaces:
Serializable

public class InvalidDirectoryException extends Exception
Exception that indicates that an error occurred when touching the selected directory.
Version:
04.03.11
Author:
hirsch
See Also:
  • Constructor Details

    • InvalidDirectoryException

      public InvalidDirectoryException(String message)
      Shows and logs a given error message.
      Parameters:
      message - the error message.
    • InvalidDirectoryException

      public InvalidDirectoryException(File directory)
      Provide error messages for one directory.
      Parameters:
      directory - Current directory.