Class ExceptionDetails

  • All Implemented Interfaces:
    Serializable

    public final class ExceptionDetails
    extends Object
    implements Serializable
    Corresponds to one detail item of an WFS exception report. Contained by WFSException.
    Author:
    awaterme
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionDetails​(String code, String locator, List<String> texts)  
    • Constructor Detail

      • ExceptionDetails

        public ExceptionDetails​(String code,
                                String locator,
                                List<String> texts)
    • Method Detail

      • getCode

        public String getCode()
      • getTexts

        public List<String> getTexts()
      • getLocator

        public String getLocator()
      • toString

        public String toString()
        Overrides:
        toString in class Object