com.esri.core.io
Interface EsriErrorCode

All Known Implementing Classes:
EsriSecurityException, EsriUnsupportedException, OnStatusChangedListener.EsriStatusException

public interface EsriErrorCode

An interface that all Exception objects appearing in status change notifications on the MapView must implement.


Method Summary
 int getCode()
          Returns the error code.
 String getDescription()
          Returns the error description
 

Method Detail

getCode

int getCode()
Returns the error code.


getDescription

String getDescription()
Returns the error description



Copyright © 2012. All Rights Reserved.