Uses of Interface
jodd.exception.UncheckedException.CallableVoid
-
Packages that use UncheckedException.CallableVoid Package Description jodd.exception Jodds exceptions. -
-
Uses of UncheckedException.CallableVoid in jodd.exception
Methods in jodd.exception with parameters of type UncheckedException.CallableVoid Modifier and Type Method Description static voidUncheckedException. runAndWrapException(UncheckedException.CallableVoid callable)Wraps checked exceptions in aUncheckedException.
-