Package org.fest.util
Class FilesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fest.util.FilesException
- All Implemented Interfaces:
Serializable
Understands an exception thrown by
Files
.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFilesException
(String message) Creates a new
.FilesException
FilesException
(String message, Throwable cause) Creates a new
.FilesException
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
FilesException
Creates a new
.FilesException
- Parameters:
message
- the detail message.
-
FilesException
Creates a new
.FilesException
- Parameters:
message
- the detail message.cause
- the cause of the error.
-