EMANE  1.0.1
EMANE::SocketException Class Reference

#include <socketexception.h>

Inheritance diagram for EMANE::SocketException:
EMANE::Exception

Public Member Functions

 SocketException (const std::string &sDescription)
 
 ~SocketException () throw ()
 
const char * what () const throw ()
 
virtual const char * type () const throw ()
 

Detailed Description

Definition at line 40 of file socketexception.h.

Constructor & Destructor Documentation

◆ SocketException()

EMANE::SocketException::SocketException ( const std::string &  sDescription)
inline

Definition at line 43 of file socketexception.h.

◆ ~SocketException()

EMANE::SocketException::~SocketException ( )
throw (
)
inline

Definition at line 46 of file socketexception.h.

Member Function Documentation

◆ type()

virtual const char* EMANE::Exception::type ( ) const
throw (
)
inlinevirtualinherited

Gets the exception type name

Returns
Null terminated type name

Definition at line 72 of file exception.h.

◆ what()

const char* EMANE::Exception::what ( ) const
throw (
)
inlineinherited

Gets the exception description

Returns
Null terminated description

Definition at line 62 of file exception.h.


The documentation for this class was generated from the following file: