Uses of Interface
io.quarkus.gizmo.CatchBlockCreator
-
-
Uses of CatchBlockCreator in io.quarkus.gizmo
Classes in io.quarkus.gizmo that implement CatchBlockCreator Modifier and Type Class Description (package private) classCatchBlockCreatorImplMethods in io.quarkus.gizmo that return CatchBlockCreator Modifier and Type Method Description default CatchBlockCreatorTryBlock. addCatch(java.lang.Class<? extends java.lang.Throwable> exceptionType)Add acatchblock in the same manner asTryBlock.addCatch(String).CatchBlockCreatorTryBlock. addCatch(java.lang.String exceptionType)Add acatchblock.CatchBlockCreatorTryBlockImpl. addCatch(java.lang.String exceptionType)
-