Package de.aikiit.fotorenamer.exception
Class RenamingErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aikiit.fotorenamer.exception.RenamingErrorException
- All Implemented Interfaces:
Serializable
Exception that indicates that an error occurred during processing.
- Version:
- 04.03.11
- Author:
- hirsch
- See Also:
-
Constructor Summary
ConstructorDescriptionRenamingErrorException
(String message) Provide error messages for one 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
-
RenamingErrorException
Provide error messages for one directory.- Parameters:
message
- Current directory.
-