Uses of Class
org.jdbi.v3.core.internal.exceptions.DummyException
-
Packages that use DummyException Package Description org.jdbi.v3.core.internal.exceptions -
-
Uses of DummyException in org.jdbi.v3.core.internal.exceptions
Methods in org.jdbi.v3.core.internal.exceptions that return DummyException Modifier and Type Method Description static DummyExceptionSneaky. throwAnyway(java.lang.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.
-