#include <dsSSLSocket.h>
Inheritance diagram for dsSSLException:
Public Methods | |
dsSSLException () | |
dsSSLException (const char *format,...) | |
void | SSL_fire (char *format, va_list ap) |
virtual const char * | msg () |
virtual const char * | tag () |
void | fire (int facility, char *tag, char *format, va_list ap) |
void | fire (char *format, va_list ap) |
void | fire (char *tag, char *format, va_list ap) |
virtual std::ostream & | print (std::ostream &os=std::cerr) |
int | operator== (char *val) |
Protected Attributes | |
dsStrstream | _message |
dsStrstream | _tag |
int | _facility |
Friends | |
std::ostream & | operator<< (std::ostream &stream, dsSmartException &e) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in dsExpatException. |
|
|
|
|
|
|
|
|
|
|
|
|