Uses of Class
com.rabbitmq.utility.ValueOrException
-
Packages that use ValueOrException Package Description com.rabbitmq.utility Utility package of helper classes, mostly used in the implementation code. -
-
Uses of ValueOrException in com.rabbitmq.utility
Methods in com.rabbitmq.utility that return ValueOrException Modifier and Type Method Description static <V,E extends Throwable & SensibleClone<E>>
ValueOrException<V,E>ValueOrException. makeException(E exception)
Factory method for exceptionsstatic <V,E extends Throwable & SensibleClone<E>>
ValueOrException<V,E>ValueOrException. makeValue(V value)
Factory method for values
-