Class InvalidCoverageScriptURI

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.graalvm.tools.lsp.exceptions.InvalidCoverageScriptURI
All Implemented Interfaces:
Serializable

public final class InvalidCoverageScriptURI extends Exception
This exception is thrown when an invalid script path is provided. The diagnostics is sent to the client, when caught.
See Also:
  • Constructor Details

    • InvalidCoverageScriptURI

      public InvalidCoverageScriptURI(InvalidPathException cause, int offset, int length)
    • InvalidCoverageScriptURI

      public InvalidCoverageScriptURI(int offset, String reason, int length)
  • Method Details

    • getIndex

      public int getIndex()
    • getReason

      public String getReason()
    • getLength

      public int getLength()