| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.ow2.easybeans.util.files.FileUtilsException
FileUtilsException | public class FileUtilsException extends Exception (Code) | | The class FileUtilsException indicates conditions that a reasonable
application might want to catch.
author: Florent Benoit |
FileUtilsException | public FileUtilsException()(Code) | | Constructs a new FileUtilsException with no detail message.
|
FileUtilsException | public FileUtilsException(String message)(Code) | | Constructs a new FileUtilsException with the specified message.
Parameters: message - the detail message. |
FileUtilsException | public FileUtilsException(String message, Throwable t)(Code) | | Constructs a new FileUtilsException with the specified message and
throwable.
Parameters: message - the detail message. Parameters: t - the original cause |
|
|
|