Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 10 of 10) sorted by relevance

/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/async/
DAsyncMethodCallback.java46 void onError(Exception exception); in onError()
DAsyncMethodFutureAdapter.java32 public void onError(Exception exception) { in onError()
DTAsyncClient.java108 protected void onError(Exception exception) { in onError()
/thrift-3.4.0/lib/netstd/Thrift/Transport/Server/
DNullLogger.cs50 …void Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TStat… in Log() argument
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/async/
DTestTAsyncClientManager.java122 Exception exception = error.get(); in runTest() local
342 public void onError(Exception exception) { in onError()
347 private static void fail(Exception exception) { in fail()
/thrift-3.4.0/lib/d/src/thrift/internal/
Dssl.d194 Exception exception; variable
/thrift-3.4.0/lib/d/src/thrift/util/
Dfuture.d215 void fail(Exception exception) { in fail()
/thrift-3.4.0/compiler/cpp/src/thrift/generate/
Dt_st_generator.cc895 t_field* exception = new t_field((*f_iter)->get_type(), "exception", (*f_iter)->get_key()); in generate_recv_method() local
/thrift-3.4.0/lib/json/
Dschema.json218 "exception": { object
/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp7393 @catch (NSException *exception) { in translateActiveException() local