Package top.focess.qq.api.util.json
Class JSONParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- top.focess.qq.api.util.json.JSONParseException
-
- All Implemented Interfaces:
Serializable
public class JSONParseException extends RuntimeException
Thrown to indicate JSON parsing error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JSONParseException(String json)Constructs a new JSONParseException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JSONParseException
public JSONParseException(String json)
Constructs a new JSONParseException- Parameters:
json- the error parsed json
-
-