org.compass.core.json.impl
Class DefaultJSONException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.compass.core.util.NestedRuntimeException
org.compass.core.json.impl.DefaultJSONException
- All Implemented Interfaces:
- Serializable
public class DefaultJSONException
- extends NestedRuntimeException
The JSONException is thrown by the JSON.org classes then things are amiss.
- Version:
- 2
- Author:
- JSON.org
- See Also:
- Serialized Form
DefaultJSONException
public DefaultJSONException(String message)
- Constructs a JSONException with an explanatory message.
- Parameters:
message - Detail about the reason for the exception.
DefaultJSONException
public DefaultJSONException(Throwable t)
getCause
public Throwable getCause()
- Description copied from class:
NestedRuntimeException
- Return the nested cause, or
null if none.
- Overrides:
getCause in class NestedRuntimeException
Copyright (c) 2004-2008 The Compass Project.