Uses of Class
org.tentackle.common.ExceptionHelper.Handler
-
Packages that use ExceptionHelper.Handler Package Description org.tentackle.common Common classes for build- and runtime. -
-
Uses of ExceptionHelper.Handler in org.tentackle.common
Methods in org.tentackle.common with parameters of type ExceptionHelper.Handler Modifier and Type Method Description static booleanExceptionHelper. handleException(boolean first, java.lang.Throwable headOfChain, ExceptionHelper.Handler<? extends java.lang.Throwable>... handlers)Extracts any of the given exception types from an exception chain.
-