Uses of Class
org.opendaylight.yangtools.util.concurrent.ReflectiveExceptionMapper
-
Packages that use ReflectiveExceptionMapper Package Description org.opendaylight.yangtools.util.concurrent -
-
Uses of ReflectiveExceptionMapper in org.opendaylight.yangtools.util.concurrent
Methods in org.opendaylight.yangtools.util.concurrent that return ReflectiveExceptionMapper Modifier and Type Method Description static <X extends Exception>
ReflectiveExceptionMapper<X>ReflectiveExceptionMapper. create(String opName, Class<X> exceptionType)
Create a new instance of the reflective exception mapper.
-