Class FileUtilsErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.uwyn.jhighlight.tools.exceptions.FileUtilsErrorException
- All Implemented Interfaces:
Serializable
Exception that will be trigger when unexpected errors occur during the
functionalities of the
FileUtils
class.- Since:
- 1.0
- Version:
- $Revision: 3108 $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileUtilsErrorException
(String message) FileUtilsErrorException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileUtilsErrorException
-
FileUtilsErrorException
-