VMware GemFire Java API Reference
Package org.apache.geode.json
Class JsonParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.geode.GemFireCheckedException
-
- org.apache.geode.json.JsonParseException
-
- All Implemented Interfaces:
Serializable
public class JsonParseException extends GemFireCheckedException
This exception will be thrown, whenJsonDocumentFactoryis unable to parse the JSON string.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonParseException(String message)Create the exception with the given message.JsonParseException(String message, Throwable cause)Create the exception with the given message and cause.
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireCheckedException
getRootCause
-
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 message)
Create the exception with the given message.- Parameters:
message- the message of the new exception
-
-