Uses of Interface
org.apache.bval.util.Exceptions.FormatArgs
-
Packages that use Exceptions.FormatArgs Package Description org.apache.bval.util -
-
Uses of Exceptions.FormatArgs in org.apache.bval.util
Method parameters in org.apache.bval.util with type arguments of type Exceptions.FormatArgs Modifier and Type Method Description static <E extends Exception,C extends Throwable>
voidExceptions. raiseIf(boolean condition, BiFunction<? super String,? super C,? extends E> fn, C cause, String format, Consumer<Exceptions.FormatArgs> argsProvider)
static <E extends Exception>
voidExceptions. raiseIf(boolean condition, Function<? super String,? extends E> fn, String format, Consumer<Exceptions.FormatArgs> argsProvider)
static <E extends Exception,C extends Throwable>
voidExceptions. raiseUnless(boolean condition, BiFunction<? super String,? super C,? extends E> fn, C cause, String format, Consumer<Exceptions.FormatArgs> argsProvider)
static <E extends Exception>
voidExceptions. raiseUnless(boolean condition, Function<? super String,? extends E> fn, String format, Consumer<Exceptions.FormatArgs> argsProvider)
-