EMANE
1.2.1
|
Parse-specific type of the EMANEException. More...
#include "parser/emaneparseexception.h"
Public Member Functions | |
ParseException (const std::string &sDescription) | |
~ParseException () throw () | |
const char * | what () const throw () |
virtual const char * | type () const throw () |
Parse-specific type of the EMANEException.
Class contains definitions for Parse Exception. The Parse Exception is thrown by the ConfigParser if there are arrors during parsing the specified document.
Definition at line 53 of file emaneparseexception.h.
|
inline |
Definition at line 56 of file emaneparseexception.h.
|
inline |
Definition at line 59 of file emaneparseexception.h.
|
inlinevirtualinherited |
Gets the exception type name
Definition at line 72 of file exception.h.
|
inlineinherited |
Gets the exception description
Definition at line 62 of file exception.h.