org.activiti.engine.impl.util.json
类 JSONException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.activiti.engine.impl.util.json.JSONException
- 所有已实现的接口:
- Serializable
public class JSONException
- extends RuntimeException
The JSONException is thrown by the JSON.org classes when things are amiss.
- 版本:
- 2008-09-18
- 作者:
- JSON.org
- 另请参见:
- 序列化表格
JSONException
public JSONException(String message)
- Constructs a JSONException with an explanatory message.
- 参数:
message
- Detail about the reason for the exception.
JSONException
public JSONException(Throwable t)
getCause
public Throwable getCause()
- 覆盖:
- 类
Throwable
中的 getCause
Copyright © 2013 Alfresco. All rights reserved.