Class FileUtilsErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.uwyn.jhighlight.tools.exceptions.FileUtilsErrorException
-
- All Implemented Interfaces:
java.io.Serializable
public class FileUtilsErrorException extends java.lang.Exception
Exception that will be trigger when unexpected errors occur during the functionalities of theFileUtils
class.- Since:
- 1.0
- Version:
- $Revision: 3108 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileUtilsErrorException(java.lang.String message)
FileUtilsErrorException(java.lang.String message, java.lang.Throwable cause)
-