com.mongodb.util
public class JSONParseException extends java.lang.RuntimeException
{ "x" : 3, "y" : 4, some invalid json.... } ^
Constructor and Description |
---|
JSONParseException(java.lang.String s,
int pos) |
JSONParseException(java.lang.String s,
int pos,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |