Package one.microstream.io
Class FilePathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- one.microstream.io.FilePathException
-
- All Implemented Interfaces:
Serializable
public class FilePathException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilePathException(Path subject)FilePathException(Path subject, String message)FilePathException(Path subject, String message, Throwable cause)FilePathException(Path subject, Throwable cause)
-
Method Summary
Modifier and Type Method Description StringgetMessage()PathgetSubject()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FilePathException
public FilePathException(Path subject)
-
-
Method Detail
-
getSubject
public Path getSubject()
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-