Uses of Class
org.glassfish.jersey.inject.cdi.se.injector.MultiException
-
Packages that use MultiException Package Description org.glassfish.jersey.inject.cdi.se.injector -
-
Uses of MultiException in org.glassfish.jersey.inject.cdi.se.injector
Methods in org.glassfish.jersey.inject.cdi.se.injector with parameters of type MultiException Modifier and Type Method Description voidCollector. addMultiException(MultiException me)MergesMultiExceptionwith allthrowablesregistered in it.Methods in org.glassfish.jersey.inject.cdi.se.injector that throw MultiException Modifier and Type Method Description voidCollector. throwIfErrors()This method will throw if the list of throwables associated with this collector is not empty.
-