InternalError

grapple.json.rpc.InternalError
See theInternalError companion object
final class InternalError extends JsonRpcError

Defines JSON-RPC InternalError (-32603).

Attributes

Companion
object
Graph
Supertypes
class JsonRpcError
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def addSuppressed(x$0: Throwable): Unit

Attributes

Inherited from:
Throwable
def code: Int

Gets error code.

Gets error code.

Attributes

Inherited from:
JsonRpcError
def fillInStackTrace(): Throwable

Attributes

Inherited from:
Throwable
def getCause(): Throwable

Attributes

Inherited from:
Throwable
def getLocalizedMessage(): String

Attributes

Inherited from:
Throwable
def getMessage(): String

Attributes

Inherited from:
Throwable
def getStackTrace(): Array[StackTraceElement]

Attributes

Inherited from:
Throwable
final def getSuppressed(): Array[Throwable]

Attributes

Inherited from:
Throwable
def initCause(x$0: Throwable): Throwable

Attributes

Inherited from:
Throwable
def isInternalError: Boolean

Tests for internal error.

Tests for internal error.

Attributes

Inherited from:
JsonRpcError
def isInvalidParams: Boolean

Tests for invalid params.

Tests for invalid params.

Attributes

Inherited from:
JsonRpcError
def isInvalidRequest: Boolean

Tests for invalid request.

Tests for invalid request.

Attributes

Inherited from:
JsonRpcError
def isMethodNotFound: Boolean

Tests for method not found.

Tests for method not found.

Attributes

Inherited from:
JsonRpcError
def isParseError: Boolean

Tests for parse error.

Tests for parse error.

Attributes

Inherited from:
JsonRpcError
def isServerError: Boolean

Tests for server error.

Tests for server error.

Attributes

Inherited from:
JsonRpcError
def printStackTrace(x$0: PrintWriter): Unit

Attributes

Inherited from:
Throwable
def printStackTrace(x$0: PrintStream): Unit

Attributes

Inherited from:
Throwable
def printStackTrace(): Unit

Attributes

Inherited from:
Throwable
def setStackTrace(x$0: Array[StackTraceElement]): Unit

Attributes

Inherited from:
Throwable
override def toString: String

Returns string representation of error.

Returns string representation of error.

Attributes

Definition Classes
JsonRpcError -> Throwable -> Any
Inherited from:
JsonRpcError