Uses of Class
net.opengis.ows.v_2_0.ExceptionType

Uses of ExceptionType in net.opengis.ows.v_2_0
 

Fields in net.opengis.ows.v_2_0 with type parameters of type ExceptionType
protected  List<ExceptionType> ExceptionReport.exception
           
 

Methods in net.opengis.ows.v_2_0 that return ExceptionType
 ExceptionType ObjectFactory.createExceptionType()
          Create an instance of ExceptionType
 ExceptionType ExceptionType.withExceptionCode(String value)
           
 ExceptionType ExceptionType.withExceptionText(Collection<String> values)
           
 ExceptionType ExceptionType.withExceptionText(List<String> value)
           
 ExceptionType ExceptionType.withExceptionText(String... values)
           
 ExceptionType ExceptionType.withLocator(String value)
           
 

Methods in net.opengis.ows.v_2_0 that return types with arguments of type ExceptionType
 JAXBElement<ExceptionType> ObjectFactory.createException(ExceptionType value)
          Create an instance of JAXBElement<ExceptionType>}
 List<ExceptionType> ExceptionReport.getException()
          Unordered list of one or more Exception elements that each describes an error.
 

Methods in net.opengis.ows.v_2_0 with parameters of type ExceptionType
 JAXBElement<ExceptionType> ObjectFactory.createException(ExceptionType value)
          Create an instance of JAXBElement<ExceptionType>}
 ExceptionReport ExceptionReport.withException(ExceptionType... values)
           
 

Method parameters in net.opengis.ows.v_2_0 with type arguments of type ExceptionType
 void ExceptionReport.setException(List<ExceptionType> value)
           
 ExceptionReport ExceptionReport.withException(Collection<ExceptionType> values)
           
 ExceptionReport ExceptionReport.withException(List<ExceptionType> value)
           
 



Copyright © 2008-2016. All Rights Reserved.