Class DiagnosticsNotification

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

public final class DiagnosticsNotification extends Exception
This is a utility diagnostics exception. When caught, the associated PublishDiagnosticsParams are sent to the client.
See Also: