Package icu.easyj.core.json
Class JSONParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
icu.easyj.core.exception.BaseRuntimeException
icu.easyj.core.json.JSONParseException
- All Implemented Interfaces:
Serializable
JSON解析异常
- Author:
- wangliang181230
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJSONParseException(String message) JSONParseException(String message, String errorCode) JSONParseException(String message, String errorCode, Throwable cause) JSONParseException(String message, Throwable cause) -
Method Summary
Methods inherited from class icu.easyj.core.exception.BaseRuntimeException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JSONParseException
-
JSONParseException
-
JSONParseException
-
JSONParseException
-