Package de.aikiit.fotorenamer.exception
Class NoFilesFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aikiit.fotorenamer.exception.NoFilesFoundException
- All Implemented Interfaces:
Serializable
Exception class to indicate that a selected directory contains no relevant
files to be renamed.
- Version:
- 04.03.11
- Author:
- hirsch
- See Also:
-
Constructor Summary
ConstructorDescriptionNoFilesFoundException
(File directory) Provide error messages for a directory. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoFilesFoundException
Provide error messages for a directory.- Parameters:
directory
- Current directory.
-