com.restfb.json
Class JsonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.restfb.json.JsonException
- All Implemented Interfaces:
- Serializable
public class JsonException
- extends RuntimeException
The JsonException is thrown by the JSON.org classes then things are amiss.
- Version:
- 2008-09-18
- Author:
- JSON.org
- See Also:
- Serialized Form
JsonException
public JsonException(String message)
- Constructs a JsonException with an explanatory message.
- Parameters:
message
- Detail about the reason for the exception.
JsonException
public JsonException(Throwable t)
getCause
public Throwable getCause()
- Overrides:
getCause
in class Throwable
RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.