Searched refs:ExceptionType (Results 1 – 8 of 8) sorted by relevance
271 public interface ThrowingCheckedConsumer<Input, ExceptionType extends Exception> {273 void accept(Input input) throws ExceptionType;302 public interface ThrowingCheckedFunction<Input, Output, ExceptionType extends Exception> {304 Output apply(Input input) throws ExceptionType;
55 public @interface ExceptionType {} annotation in QosCallbackException91 public static QosCallbackException createException(@ExceptionType final int type) { in createException()
63 @QosCallbackException.ExceptionType
127 public void onError(@QosCallbackException.ExceptionType final int errorType) { in onError()
1495 @QosCallbackException.ExceptionType final int exceptionType) { in sendQosCallbackError()
184 void sendEventQosCallbackError(@QosCallbackException.ExceptionType final int exceptionType) { in sendEventQosCallbackError()
229 @QosCallbackException.ExceptionType final int exceptionType) { in sendEventQosCallbackError()
980 @QosCallbackException.ExceptionType final int exceptionType) { in sendQosCallbackError()