public class JSONParserException extends ParserException
| 构造器和说明 | 
|---|
JSONParserException(Class<?> clazz,
                   Field field,
                   String message,
                   Throwable throwable)  | 
JSONParserException(Class<?> clazz,
                   String message,
                   Throwable throwable)  | 
JSONParserException(JSONObject node,
                   String message,
                   Throwable throwable)  | 
JSONParserException(String message,
                   Throwable throwable)  | 
| 限定符和类型 | 方法和说明 | 
|---|---|
String | 
getMessage()  | 
public JSONParserException(Class<?> clazz, Field field, String message, Throwable throwable)
public String getMessage()
getMessage 在类中 ParserException