Parent Class: |
Exception Child Exceptions NetConversionException Host (ntop/pton) address conversion exception. Used by HostAddress class. NetDNSException Could not resolve hostname exception. Used by HostAddress. NetIOException Send/receive exception. Used by Socket. NetConnectException Exception when trying to use bind(), connect(), listen() or accept(). Used by ServerSocket, ClientSocket, and MessageGroup. NetConfigException Exception when trying to set or get socket option. Used by all Socket classes. (c)C++ Support Classes (d)SimpleString (class) Constructor: SimpleString(const char* s); SimpleString(const SimpleString& s); General Description: Very simple/lightweight string type. |