Class UnknownLanguageException

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

public final class UnknownLanguageException extends RuntimeException
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 Details

    • UnknownLanguageException

      public UnknownLanguageException(String message)