Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

const char * SocketException::what (  )  const throw ()

Get the exception message.

Returns:
exception message

Definition at line 57 of file PracticalSocket.cpp.

References userMessage.

00057                                                 {
00058   return userMessage.c_str();
00059 }


Generated on Fri Mar 19 10:32:33 2010 for ImpalaSrc by  doxygen 1.5.1