jsonrpclib-core
jsonrpclib-core
jsonrpclib
Call
Id
Call
Id
Null
Id
Number
Id
String
Id
Channel
Channel
Codec
Codec
Conflicting
Method
Error
Endpoint
Endpoint
Notification
Endpoint
Partially
Applied
Endpoint
Request
Response
Endpoint
Error
Codec
Error
Codec
Error
Payload
Error
Payload
Error
Report
Future
Based
Channel
Monadic
Monadic
Payload
Payload
Protocol
Error
Protocol
Error
Internal
Error
Invalid
Params
Invalid
Request
Method
Not
Found
Parse
Error
Server
Error
Stub
Template
Stub
Template
Notification
Template
Request
Response
Template
jsonrpclib
.internals
Message
jsonrpclib-core
/
jsonrpclib
/
ProtocolError
/
MethodNotFound
MethodNotFound
final case
class
MethodNotFound
(
method:
String
)
extends
ProtocolError
Graph
Supertypes
trait
Product
trait
Equals
class
ProtocolError
class
Throwable
trait
Serializable
class
Object
trait
Matchable
class
Any
Keywords
Select All
Deselect All
no keywords
final
override
Inherited
Select All
Deselect All
Not inherited
Product
ProtocolError
Throwable
Value members
Value members
Inherited methods
final
def
addSuppressed
(
x$0:
Throwable
):
Unit
Inherited from:
Throwable
def
fillInStackTrace
():
Throwable
Inherited from:
Throwable
def
getCause
():
Throwable
Inherited from:
Throwable
def
getLocalizedMessage
():
String
Inherited from:
Throwable
override
def
getMessage
():
String
Definition Classes
ProtocolError
->
Throwable
Inherited from:
ProtocolError
def
getStackTrace
():
Array
[
StackTraceElement
]
Inherited from:
Throwable
final
def
getSuppressed
():
Array
[
Throwable
]
Inherited from:
Throwable
def
initCause
(
x$0:
Throwable
):
Throwable
Inherited from:
Throwable
def
printStackTrace
(
x$0:
PrintWriter
):
Unit
Inherited from:
Throwable
def
printStackTrace
(
x$0:
PrintStream
):
Unit
Inherited from:
Throwable
def
printStackTrace
():
Unit
Inherited from:
Throwable
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product
def
setStackTrace
(
x$0:
Array
[
StackTraceElement
]):
Unit
Inherited from:
Throwable
def
toString
():
String
Inherited from:
Throwable
Inherited fields
val
code
:
Int
Inherited from:
ProtocolError