Uses of Class
org.jdbi.v3.core.internal.exceptions.DummyException
Packages that use DummyException
-
Uses of DummyException in org.jdbi.v3.core.internal.exceptions
Methods in org.jdbi.v3.core.internal.exceptions that return DummyExceptionModifier and TypeMethodDescriptionstatic DummyExceptionSneaky.throwAnyway(Throwable t) Will always throw an exception, so the caller should also always throw the dummy return value to make sure the control flow remains clear.