EMANE  1.0.1
EMANE::RegistrarException Class Reference

RegistrarException is thrown when an exception occurs during registration. More...

#include <registrarexception.h>

Inheritance diagram for EMANE::RegistrarException:
EMANE::Exception

Public Member Functions

 RegistrarException (const std::string &sDescription={})
 
 ~RegistrarException () throw ()
 
const char * what () const throw ()
 
virtual const char * type () const throw ()
 

Detailed Description

RegistrarException is thrown when an exception occurs during registration.

Definition at line 46 of file registrarexception.h.

Constructor & Destructor Documentation

◆ RegistrarException()

EMANE::RegistrarException::RegistrarException ( const std::string &  sDescription = {})
inline

Definition at line 49 of file registrarexception.h.

◆ ~RegistrarException()

EMANE::RegistrarException::~RegistrarException ( )
throw (
)
inline

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