EMANE  1.0.1
EMANE::OTAException Class Reference

Exception thrown when registering or unregistering OTAUsers. More...

#include <otaexception.h>

Inheritance diagram for EMANE::OTAException:
EMANE::Exception

Public Member Functions

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

Detailed Description

Exception thrown when registering or unregistering OTAUsers.

Definition at line 46 of file otaexception.h.

Constructor & Destructor Documentation

◆ OTAException()

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

Definition at line 49 of file otaexception.h.

◆ ~OTAException()

EMANE::OTAException::~OTAException ( )
throw (
)
inline

Definition at line 52 of file otaexception.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: