Searched refs:InvalidTryException (Results 1 – 2 of 2) sorted by relevance
85 public static class InvalidTryException extends ExceptionWithContext { class in TryListBuilder86 public InvalidTryException(Throwable cause) { in InvalidTryException() method in TryListBuilder.InvalidTryException90 public InvalidTryException(Throwable cause, String message, Object... formatArgs) { in InvalidTryException() method in TryListBuilder.InvalidTryException94 public InvalidTryException(String message, Object... formatArgs) { in InvalidTryException() method in TryListBuilder.InvalidTryException172 throw new InvalidTryException( in addHandler()
528 } catch (TryListBuilder.InvalidTryException ex) { in testHandlerMerge_Catchall_Catchall_DifferentAddress()