Package org.graalvm.tools.lsp.exceptions
Class DiagnosticsNotification
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.graalvm.tools.lsp.exceptions.DiagnosticsNotification
- All Implemented Interfaces:
Serializable
This is a utility diagnostics exception. When caught, the associated
PublishDiagnosticsParams are sent to the client.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDiagnosticsNotification(Collection<PublishDiagnosticsParams> paramsCollection) DiagnosticsNotification(Map<URI, List<Diagnostic>> paramsMap) DiagnosticsNotification(PublishDiagnosticsParams diagnosticParams) -
Method Summary
Modifier and TypeMethodDescriptionstatic DiagnosticsNotificationcreate(URI uri, Diagnostic diagnostic) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DiagnosticsNotification
-
DiagnosticsNotification
-
DiagnosticsNotification
-
-
Method Details
-
create
-
getDiagnosticParamsCollection
-