You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Juan Manuel Garcia del Moral <ju...@southcode.com.ar> on 2010/03/16 22:35:25 UTC

try, catch, throw with client.get()

Hello

I'm a bit new on C++ Programming as well as Cassandra API, I need to catch
the error that the client.get() throws if the column does not exist, and
return(0) to the calling function... Any of you have a code with this method
implemented within a try/catch block ?

thanks

Juan