Package org.eclipse.lsp4j.jsonrpc
Class JsonRpcException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.lsp4j.jsonrpc.JsonRpcException
-
- All Implemented Interfaces:
java.io.Serializable
public class JsonRpcException extends java.lang.RuntimeExceptionAn exception thrown when accessing the JSON-RPC communication channel fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonRpcException(java.lang.Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanindicatesStreamClosed(java.lang.Throwable thr)Whether the given exception indicates that the currently accessed stream has been closed.
-