Package com.alibaba.fastjson2
Class JSONValidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.alibaba.fastjson2.JSONException
com.alibaba.fastjson2.JSONValidException
- All Implemented Interfaces:
Serializable
Exception thrown when JSON validation fails.
- Since:
- 2.0.59
- Author:
- wenshao
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJSONValidException(String message) Constructs a new JSONValidException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JSONValidException
Constructs a new JSONValidException with the specified detail message.- Parameters:
message- the detail message
-