EMANE  1.2.1
EMANE::Utils::ParameterConvert::ConversionException Class Reference

Parameter conversion exception class. More...

#include <parameterconvert.h>

Inheritance diagram for EMANE::Utils::ParameterConvert::ConversionException:
EMANE::Exception

Public Member Functions

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

Detailed Description

Parameter conversion exception class.

Definition at line 63 of file parameterconvert.h.

Constructor & Destructor Documentation

◆ ConversionException()

EMANE::Utils::ParameterConvert::ConversionException::ConversionException ( const std::string &  sDescription)
inline

Definition at line 66 of file parameterconvert.h.

◆ ~ConversionException()

EMANE::Utils::ParameterConvert::ConversionException::~ConversionException ( )
throw (
)
inline

Definition at line 69 of file parameterconvert.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: