@Version("3.0.0")
Package aQute.bnd.exceptions
This package is exported by biz.aQute.bnd.util. Most bundles will import it
from there. It's package name does not start with aQute.lib, so bundles will
not "-conditionalpackage" this package by default.
-
Interface Summary Interface Description BiConsumerWithException<T,U> BiConsumer interface that allows exceptions.BiFunctionWithException<T,U,R> BiFunction interface that allows exceptions.BiPredicateWithException<T,U> BiPredicate interface that allows exceptions.ConsumerWithException<T> Consumer interface that allows exceptions.FunctionWithException<T,R> Function interface that allows exceptions.PredicateWithException<T> Predicate interface that allows exceptions.RunnableWithException Runnable interface that allows exceptions.SupplierWithException<R> Supplier interface that allows exceptions. -
Class Summary Class Description Exceptions