Uses of Class
org.n52.janmayen.exception.CompositeException
-
Packages that use CompositeException Package Description org.n52.janmayen.exception org.n52.janmayen.stream -
-
Uses of CompositeException in org.n52.janmayen.exception
Method parameters in org.n52.janmayen.exception with type arguments of type CompositeException Modifier and Type Method Description <X extends Throwable>
voidCompositeException. throwIfNotEmpty(Function<? super CompositeException,X> factory)Methods in org.n52.janmayen.exception that throw CompositeException Modifier and Type Method Description voidCompositeException. throwIfNotEmpty() -
Uses of CompositeException in org.n52.janmayen.stream
Methods in org.n52.janmayen.stream with type parameters of type CompositeException Modifier and Type Method Description static <T,E extends Exception,X extends CompositeException>
Collector<T,?,X>MoreCollectors. toCompositeException(Supplier<X> supplier, ThrowingConsumer<? super T,E> fun)Methods in org.n52.janmayen.stream that return types with arguments of type CompositeException Modifier and Type Method Description static <T,E extends Exception>
Collector<T,?,CompositeException>MoreCollectors. toCompositeException(ThrowingConsumer<? super T,E> fun)
-