eclipsesource / graphical-lsp

Graphical language server platform for building web-based diagram editors
https://www.eclipse.org/glsp
Eclipse Public License 2.0
36 stars 8 forks source link

Add utility methods to GLSPServerException #370

Closed tortmayr closed 4 years ago

tortmayr commented 4 years ago

Utility methods for retrieving the value of an Optional (that is expected to be present) and throwing a customized GLSPServerException if the value is absent.

Especially useful for operation handlers that query elements from the index. e.g. Retrieving source and target for a CreateConnectionOperation.