EMANE  1.0.1
EMANE::ConfigurationException Class Reference

ConfigurationException is thrown when an exception occurs during configuration processing. More...

#include <configurationexception.h>

Inheritance diagram for EMANE::ConfigurationException:
EMANE::Exception

Public Member Functions

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

Detailed Description

ConfigurationException is thrown when an exception occurs during configuration processing.

Definition at line 46 of file configurationexception.h.

Constructor & Destructor Documentation

◆ ConfigurationException()

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

Creates a ConfigurationException instance

Definition at line 52 of file configurationexception.h.

◆ ~ConfigurationException()

EMANE::ConfigurationException::~ConfigurationException ( )
throw (
)
inline

Destroys an instance

Definition at line 58 of file configurationexception.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: