public class FileSystemException
extends java.lang.Exception
FileSystem class.| Constructor and Description |
|---|
FileSystemException(java.lang.String message)
Creates a new instance of the exception.
|
FileSystemException(java.lang.Throwable t)
Creates a new instance of the exception.
|
public FileSystemException(java.lang.String message)
message - The message associated to the exceptionpublic FileSystemException(java.lang.Throwable t)
t - The throwable causing the exception to be thrownCopyright © Sylvain HallĂ©. All Rights Reserved.