EMANE  1.2.1
EMANE::Generators::EEL::FormatException Class Reference

EEL Format exception. More...

#include <formatexception.h>

Inheritance diagram for EMANE::Generators::EEL::FormatException:
EMANE::Exception

Public Member Functions

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

Detailed Description

EEL Format exception.

Definition at line 51 of file formatexception.h.

Constructor & Destructor Documentation

◆ FormatException()

EMANE::Generators::EEL::FormatException::FormatException ( const std::string &  sDescription)
inline

Definition at line 54 of file formatexception.h.

◆ ~FormatException()

EMANE::Generators::EEL::FormatException::~FormatException ( )
throw (
)
inline

Definition at line 57 of file formatexception.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: