Package org.uberfire.java.nio.file
Class NoSuchFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.uberfire.java.nio.IOException
-
- org.uberfire.java.nio.file.FileSystemException
-
- org.uberfire.java.nio.file.NoSuchFileException
-
- All Implemented Interfaces:
Serializable
public class NoSuchFileException extends FileSystemException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchFileException()NoSuchFileException(String file)NoSuchFileException(String file, String other, String reason)
-
Method Summary
-
Methods inherited from class org.uberfire.java.nio.file.FileSystemException
getFile, getOtherFile, getReason
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-