Implement TApplicationException handling in alt_erl client
authorDavid Reiss <dreiss@apache.org>
Wed, 11 Jun 2008 00:58:25 +0000 (00:58 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 11 Jun 2008 00:58:25 +0000 (00:58 +0000)
commit55ff70f8d65ca7f3aa3eaf906d95f82a17be7c92
treefab213e13e6a8d6d7146d7b75fcca41c82bb01a0
parent702019c9144f910b7aa5040a37f886c36fb91746
Implement TApplicationException handling in alt_erl client

Summary:
  Throws a 'TApplicationException' record

Test plan:
  Changed cpp TestServer so that if testException is called with "ApplicationException" as an argument, it throws a TException which is serialized back as an EXCEPTION type message

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666421 13f79535-47bb-0310-9956-ffa450edef68
lib/alterl/src/thrift_client.erl
test/cpp/src/TestServer.cpp