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 SummaryConstructors Constructor Description FilePathException(Path subject)FilePathException(Path subject, String message)FilePathException(Path subject, String message, Throwable cause)FilePathException(Path subject, Throwable cause)
- 
Method SummaryModifier and Type Method Description StringgetMessage()PathgetSubject()Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details
- 
Method Details- 
getSubject
- 
getMessage- Overrides:
- getMessagein class- Throwable
 
 
-