net.sf.oxclient.communication.json
Class JSONException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.oxclient.GroupwareException
                  extended by net.sf.oxclient.communication.json.JSONException
All Implemented Interfaces:
Serializable

@Guarded
public class JSONException
extends GroupwareException

Author:
Björn Voß
See Also:
Serialized Form

Constructor Summary
JSONException()
           
JSONException(String arg0)
           
JSONException(String arg0, Throwable arg1)
           
JSONException(Throwable arg0)
           
 
Method Summary
 void addErrorParam(int errorParam)
           
 int getCategory()
           
 String getCode()
           
 String getErrorId()
           
 List<Integer> getErrorParams()
           
 void setCategory(int category)
           
 void setCode(String code)
           
 void setErrorId(String errorId)
           
 void setErrorParams(List<Integer> errorParams)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSONException

public JSONException()

JSONException

public JSONException(String arg0)

JSONException

public JSONException(String arg0,
                     Throwable arg1)

JSONException

public JSONException(Throwable arg0)
Method Detail

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.