class NetworkException: public BasicException

subclass of basic exceptions

Inheritance:


Public Methods

NetworkException( void *some_pointer, const char *format, ... )
void* get_pointer() const

Private Fields

void* some_pointer
for example, in video_thread method broadcast_target::send may raise this exception if it can't send data to broadcast target

Inherited from BasicException:

Public Methods

void init( const char *format, ... )
void init( const char *format, va_list ap )
const std::string& getText()

Private Fields

std::string text

Documentation

subclass of basic exceptions
void* some_pointer
for example, in video_thread method broadcast_target::send may raise this exception if it can't send data to broadcast target. This pointer will point to broadcast_target that should be removed from the queue

NetworkException( void *some_pointer, const char *format, ... )

void* get_pointer() const


This class has no child classes.

alphabetic index html hierarchy of classes or java



This page was generated with the help of DOC++.