Uses of Class
org.n52.shetland.ogc.ows.exception.CompositeOwsException
-
Packages that use CompositeOwsException Package Description org.n52.shetland.ogc.ows.exception -
-
Uses of CompositeOwsException in org.n52.shetland.ogc.ows.exception
Methods in org.n52.shetland.ogc.ows.exception that return CompositeOwsException Modifier and Type Method Description CompositeOwsExceptionCompositeOwsException. add(Collection<? extends OwsExceptionReport> exceptions)CompositeOwsExceptionCompositeOwsException. add(OwsExceptionReport... exceptions)CompositeOwsExceptionCompositeOwsException. addAllOf(CompositeOwsException exceptions)Methods in org.n52.shetland.ogc.ows.exception that return types with arguments of type CompositeOwsException Modifier and Type Method Description static <T> Collector<? super T,?,CompositeOwsException>CompositeOwsException. toCompositeException(ThrowingConsumer<? super T,? extends OwsExceptionReport> fun)Methods in org.n52.shetland.ogc.ows.exception with parameters of type CompositeOwsException Modifier and Type Method Description CompositeOwsExceptionCompositeOwsException. addAllOf(CompositeOwsException exceptions)Methods in org.n52.shetland.ogc.ows.exception that throw CompositeOwsException Modifier and Type Method Description voidCompositeOwsException. throwIfNotEmpty()
-