Serialized Form
-
Package com.leastfixedpoint.json
-
Exception Class com.leastfixedpoint.json.JSONError
class JSONError extends IOException implements Serializable -
Exception Class com.leastfixedpoint.json.JSONMissingIndexError
class JSONMissingIndexError extends JSONSchemaError implements Serializable -
Exception Class com.leastfixedpoint.json.JSONMissingKeyError
class JSONMissingKeyError extends JSONSchemaError implements Serializable -
Exception Class com.leastfixedpoint.json.JSONSchemaError
class JSONSchemaError extends JSONError implements Serializable -
Exception Class com.leastfixedpoint.json.JSONSerializationError
class JSONSerializationError extends JSONError implements Serializable -
Exception Class com.leastfixedpoint.json.JSONSyntaxError
class JSONSyntaxError extends JSONError implements Serializable-
Serialized Fields
-
lineNumber
int lineNumber
-
-
-
Exception Class com.leastfixedpoint.json.JSONTypeError
class JSONTypeError extends JSONSchemaError implements Serializable
-