|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.esri.core.io.EsriUnsupportedException
public class EsriUnsupportedException
The Class EsriUnsupportedException.
Field Summary | |
---|---|
static int |
SPATIAL_REFERENCE_NOT_SUPPORTED
Spatial reference is not supported. |
Constructor Summary | |
---|---|
EsriUnsupportedException(int code)
Instantiates an object of EsriSecurityException. |
|
EsriUnsupportedException(int code,
String msg)
Instantiates an EsriServiceException with the given error message. |
|
EsriUnsupportedException(int code,
String msg,
Throwable throwable)
Instantiates an object of EsriSecurityException. |
|
EsriUnsupportedException(Throwable th)
Instantiates an object of EsriSecurityException. |
Method Summary | |
---|---|
int |
getCode()
Returns the error code. |
String |
getDescription()
Returns the error description. |
static String |
getMSG(int code)
Returns a string representation of this object. |
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 |
Field Detail |
---|
public static final int SPATIAL_REFERENCE_NOT_SUPPORTED
Constructor Detail |
---|
public EsriUnsupportedException(int code)
code
- the error codepublic EsriUnsupportedException(Throwable th)
th
- the causepublic EsriUnsupportedException(int code, String msg, Throwable throwable)
code
- the codemsg
- the error messagethrowable
- the causepublic EsriUnsupportedException(int code, String msg)
code
- the codemsg
- the error messageMethod Detail |
---|
public int getCode()
EsriErrorCode
getCode
in interface EsriErrorCode
public static String getMSG(int code)
code
- the code
public String getDescription()
EsriErrorCode
getDescription
in interface EsriErrorCode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |