com.esri.core.io
Interface EsriErrorCode

All Known Implementing Classes:
EsriSecurityException, EsriUnsupportedException

public interface EsriErrorCode

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

Since:
1.0

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

Method Detail

getCode

int getCode()
Returns the error code.

Returns:
the code
Since:
1.0

getDescription

String getDescription()
Returns the error description.

Returns:
the description
Since:
1.0


Copyright © 2012. All Rights Reserved.