|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.map.FeatureEditError
public class FeatureEditError
An error object indicating that an operation failed when processing a REST request.
Constructor Summary | |
---|---|
FeatureEditError(int code,
String msg)
Instantiates an EsriServiceException with the given error description and code. |
Method Summary | |
---|---|
static FeatureEditError |
fromJson(org.codehaus.jackson.JsonParser parser)
Decodes objects from JSON representation. |
int |
getCode()
Gets the error code. |
String |
getDescription()
Gets the description of the error. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FeatureEditError(int code, String msg)
code
- the error code.msg
- the error description.Method Detail |
---|
public int getCode()
public String getDescription()
public static FeatureEditError fromJson(org.codehaus.jackson.JsonParser parser) throws Exception
parser
- the Jackson parser holding the JSON data.
Exception
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |