Package org.graalvm.tools.lsp.exceptions
Class UnknownLanguageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.graalvm.tools.lsp.exceptions.UnknownLanguageException
- All Implemented Interfaces:
Serializable
This is a utility exception, which is thrown when language from the client is not known to the
runtime. A message is sent to the client, when this exception is caught.
- 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
-
UnknownLanguageException
-