Class JSONParseException

All Implemented Interfaces:
Serializable

public class JSONParseException extends BaseRuntimeException
JSON解析异常
Author:
wangliang181230
See Also:
  • Constructor Details

    • JSONParseException

      public JSONParseException(String message)
    • JSONParseException

      public JSONParseException(String message, String errorCode)
    • JSONParseException

      public JSONParseException(String message, Throwable cause)
    • JSONParseException

      public JSONParseException(String message, String errorCode, Throwable cause)