Package com.e1c.g5.v8.internal.snapshot
Class PathIoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.e1c.g5.v8.internal.snapshot.PathIoException
- All Implemented Interfaces:
Serializable
IO excption with path information.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PathIoException
Constructs the exception.- Parameters:
source
- the path to the file, which was affected by the failed operation, cannot benull
cause
- the original IO exception, cannot benull
-
-
Method Details
-
getPath
-