Package org.graalvm.tools.lsp.exceptions
Class EvaluationResultException
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.ThreadDeath
org.graalvm.tools.lsp.exceptions.EvaluationResultException
- All Implemented Interfaces:
Serializable
A utility exception to intercept the evaluation result.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEvaluationResultException(Object result) EvaluationResultException(Object result, boolean isError) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EvaluationResultException
-
EvaluationResultException
-
-
Method Details
-
getResult
-
isError
public boolean isError()
-