Serialized Form


Package ikrs.json

Class ikrs.json.JSONException extends java.lang.Exception implements Serializable


Package ikrs.json.parser

Class ikrs.json.parser.JSONSyntaxException extends java.lang.Exception implements Serializable

Serialized Fields

readPosition

int readPosition
The absolute read position inside the stream.


lineNumber

int lineNumber
The line number where the error was detected.


columnNumber

int columnNumber
The column number where the error was detected.


Package ikrs.json.rpc

Class ikrs.json.rpc.JSONRPCException extends java.lang.Exception implements Serializable