Class ServiceException

All Implemented Interfaces:
Serializable

public class ServiceException extends SAXException
Author:
dzwiers
See Also:
  • Field Details

    • INVALID_FORMAT

      public static final String INVALID_FORMAT
      Request contains a Format not offered by the service instance
      See Also:
    • INVALID_SRS

      public static final String INVALID_SRS
      Request contains an SRS not offered by the service instance for one or more of the Layers in the request.
      See Also:
    • INVALID_CRS

      public static final String INVALID_CRS
      Request contains a CRS not offered by the server for one or more of the Layers in the request.
      See Also:
    • LAYER_NOT_DEFINED

      public static final String LAYER_NOT_DEFINED
      Request is for a Layer not offered by the service instance.
      See Also:
    • STYLE_NOT_DEFINED

      public static final String STYLE_NOT_DEFINED
      Request is for a Layer in a Style not offered by the service instance.
      See Also:
    • LAYER_NOT_QUERYABLE

      public static final String LAYER_NOT_QUERYABLE
      GetFeatureInfo request is applied to a Layer which is not declared queryable.
      See Also:
    • CURRENT_UPDATE_SEQUENCE

      public static final String CURRENT_UPDATE_SEQUENCE
      Value of (optional) UpdateSequence parameter in GetCapabilities request is equal to current value of Capabilities XML update sequence number.
      See Also:
    • INVALID_UPDATE_SEQUENCE

      public static final String INVALID_UPDATE_SEQUENCE
      Value of (optional) UpdateSequence parameter in GetCapabilities request is greater than current value of Capabilities XML update sequence number.
      See Also:
    • MISSING_DIMENSION_VALUE

      public static final String MISSING_DIMENSION_VALUE
      Request does not include a sample dimension value, and the service instance did not declare a default value for that dimension.
      See Also:
    • INVALID_DIMENSION_VALUE

      public static final String INVALID_DIMENSION_VALUE
      Request contains an invalid sample dimension value.
      See Also:
    • OPERATION_NOT_SUPPORTED

      public static final String OPERATION_NOT_SUPPORTED
      Request is for an optional operation that is not supported by the server.
      See Also:
    • cause

      protected Throwable cause
  • Constructor Details

  • Method Details