net.sf.oxclient.communication.json
Class JSONException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.oxclient.GroupwareException
net.sf.oxclient.communication.json.JSONException
- All Implemented Interfaces:
- Serializable
@Guarded
public class JSONException
- extends GroupwareException
- Author:
- Björn Voß
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JSONException
public JSONException()
JSONException
public JSONException(String arg0)
JSONException
public JSONException(String arg0,
Throwable arg1)
JSONException
public JSONException(Throwable arg0)
getCode
public String getCode()
setCode
public void setCode(String code)
getErrorId
public String getErrorId()
setErrorId
public void setErrorId(String errorId)
getCategory
public int getCategory()
setCategory
public void setCategory(int category)
getErrorParams
public List<Integer> getErrorParams()
setErrorParams
public void setErrorParams(@NotNull
List<Integer> errorParams)
addErrorParam
public void addErrorParam(int errorParam)
Copyright © 2007. All Rights Reserved.