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 Details
 - 
Method Details
- 
getSubject
 - 
getMessage
- Overrides:
 getMessagein classThrowable
 
 -