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

public class PathIoException extends IOException
IO excption with path information.
See Also:
  • Constructor Details

    • PathIoException

      public PathIoException(Path source, IOException cause)
      Constructs the exception.
      Parameters:
      source - the path to the file, which was affected by the failed operation, cannot be null
      cause - the original IO exception, cannot be null
  • Method Details

    • getPath

      public Path getPath()