Package com.github.fmjsjx.libcommon.json
Class Fastjson2Library.Fastjson2Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.fmjsjx.libcommon.json.JsonException
com.github.fmjsjx.libcommon.json.Fastjson2Library.Fastjson2Exception
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Fastjson2Library
public static final class Fastjson2Library.Fastjson2Exception
extends com.github.fmjsjx.libcommon.json.JsonException
A JSON exception threw by the
Fastjson2Library.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFastjson2Exception(String message, Throwable cause) Creates a newFastjson2Library.Fastjson2Exceptioninstance.Fastjson2Exception(Throwable cause) Creates a newFastjson2Library.Fastjson2Exceptioninstance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Fastjson2Exception
Creates a newFastjson2Library.Fastjson2Exceptioninstance.- Parameters:
message- the messagecause- the cause
-
Fastjson2Exception
Creates a newFastjson2Library.Fastjson2Exceptioninstance.- Parameters:
cause- the cause
-