com.gemstone.gemfire.pdx
Class JSONFormatterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.pdx.JSONFormatterException
- All Implemented Interfaces:
- Serializable
public class JSONFormatterException
- extends GemFireException
This exception will be thrown, when {link @JSONFormatter} is unable to parse the
JSON document or {link @PdxInstance}.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JSONFormatterException
public JSONFormatterException(String message)
- Create the exception with the given message.
- Parameters:
message - the message of the new exception
JSONFormatterException
public JSONFormatterException(String message,
Throwable cause)
- Create the exception with the given message and cause.
- Parameters:
message - the message of the new exceptioncause - the cause of the new exception
Copyright © 1997-2012 VMware, Inc. All rights reserved.