Package com.blackrook.fs
Class FileSystemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.blackrook.fs.FileSystemException
-
- All Implemented Interfaces:
Serializable
public class FileSystemException extends RuntimeException
Excption class that is thrown if something bad happens inside the file system.- Author:
- Matthew Tropiano
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileSystemException()
FileSystemException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FileSystemException
public FileSystemException()
-
FileSystemException
public FileSystemException(String message)
-
-