Searched refs:isItOkayToRethrowException (Results 1 – 1 of 1) sorted by relevance
34 if (isItOkayToRethrowException() && e instanceof RuntimeException) { in handleException()40 private static boolean isItOkayToRethrowException() { in isItOkayToRethrowException() method in ExceptionUtil