EMANE  1.2.1
EMANE::StartException Class Reference

Component start exception is used to indicate an exception during transition to the start state. More...

#include <startexception.h>

Inheritance diagram for EMANE::StartException:
EMANE::Exception

Public Member Functions

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

Detailed Description

Component start exception is used to indicate an exception during transition to the start state.

Definition at line 47 of file startexception.h.

Constructor & Destructor Documentation

◆ StartException()

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

Definition at line 50 of file startexception.h.

◆ ~StartException()

EMANE::StartException::~StartException ( )
throw (
)
inline

Definition at line 53 of file startexception.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: