Package org.graalvm.tools.lsp.exceptions
Class InvalidCoverageScriptURI
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.graalvm.tools.lsp.exceptions.InvalidCoverageScriptURI
- All Implemented Interfaces:
Serializable
This exception is thrown when an invalid script path is provided. The diagnostics is sent to the
client, when caught.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidCoverageScriptURI(int offset, String reason, int length) InvalidCoverageScriptURI(InvalidPathException cause, int offset, int length) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCoverageScriptURI
-
InvalidCoverageScriptURI
-
-
Method Details
-
getIndex
public int getIndex() -
getReason
-
getLength
public int getLength()
-