|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
public static class ServiceExceptionReport.ServiceException
Encapsulates a Service Exception.
Field Summary | |
---|---|
static String |
CURRENT_UPDATE_SEQUENCE_EXCEPTION_CODE
The CurrentUpdateSequence exception code. |
static String |
INVALID_DIMENSION_VALUE_EXCEPTION_CODE
The InvalidDimensionValue exception code. |
static String |
INVALID_FORMAT_EXCEPTION_CODE
The InvalidFormat exception code. |
static String |
INVALID_SRS_EXCEPTION_CODE
The InvalidSRS exception code. |
static String |
INVALID_UPDATE_SEQUENCE_EXCEPTION_CODE
The InvalidUpdateSequence exception code. |
static String |
LAYER_NOT_DEFINED_EXCEPTION_CODE
The LayerNotDefined exception code. |
static String |
LAYER_NOT_QUERIABLE_EXCEPTION_CODE
The LayerNotQueryable exception code. |
static String |
MISSING_DIMENSION_VALUE_EXCEPTION_CODE
The MissingDimensionValue exception code. |
static String |
STYLE_NOT_DEFINED_EXCEPTION_CODE
The StyleNotDefined exception code. |
Method Summary | |
---|---|
String |
getCode()
Returns the exception code. |
Element |
getElement()
Returns the XML element from which this ServiceException object was created. |
String |
getMessage()
Returns the exception message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String INVALID_FORMAT_EXCEPTION_CODE
public static final String INVALID_SRS_EXCEPTION_CODE
public static final String LAYER_NOT_DEFINED_EXCEPTION_CODE
public static final String STYLE_NOT_DEFINED_EXCEPTION_CODE
public static final String LAYER_NOT_QUERIABLE_EXCEPTION_CODE
public static final String CURRENT_UPDATE_SEQUENCE_EXCEPTION_CODE
public static final String INVALID_UPDATE_SEQUENCE_EXCEPTION_CODE
public static final String MISSING_DIMENSION_VALUE_EXCEPTION_CODE
public static final String INVALID_DIMENSION_VALUE_EXCEPTION_CODE
Method Detail |
---|
public Element getElement()
public String getCode()
null
(if no exception code was given), one of the exception code
constants defined by this class, or any other string. Comparison
between the returned value and the exception codes defined by this
class is to be done via the String.equals(Object)
method.
public String getMessage()
null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |