Package de.aikiit.fotorenamer.exception
Class InvalidDirectoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aikiit.fotorenamer.exception.InvalidDirectoryException
- All Implemented Interfaces:
Serializable
Exception that indicates that an error occurred when touching the selected
directory.
- Version:
- 04.03.11
- Author:
- hirsch
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidDirectoryException
(File directory) Provide error messages for one directory.InvalidDirectoryException
(String message) Shows and logs a given error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidDirectoryException
Shows and logs a given error message.- Parameters:
message
- the error message.
-
InvalidDirectoryException
Provide error messages for one directory.- Parameters:
directory
- Current directory.
-