EMANE  1.2.1
EMANE::ConfigureException Class Reference

Exception thrown when failures in configuration occur. More...

#include <configureexception.h>

Inheritance diagram for EMANE::ConfigureException:
EMANE::Exception

Public Member Functions

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

Detailed Description

Exception thrown when failures in configuration occur.

Definition at line 45 of file configureexception.h.

Constructor & Destructor Documentation

◆ ConfigureException()

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

Definition at line 48 of file configureexception.h.

◆ ~ConfigureException()

EMANE::ConfigureException::~ConfigureException ( )
throw (
)
inline

Definition at line 51 of file configureexception.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: