senf::console::CommandParser::ParserErrorException Struct Reference

Exception thrown when the parser detects an error. More...

#include <senf/Utils/Console/Parse.hh>

Inheritance diagram for senf::console::CommandParser::ParserErrorException:

Public Member Functions

 ParserErrorException (std::string const &msg)
 
- Public Member Functions inherited from senf::console::SyntaxErrorException
 SyntaxErrorException (std::string const &msg="syntax error")
 
- Public Member Functions inherited from senf::Exception
virtual ~Exception ()
 
virtual char const * what () const
 
- Public Member Functions inherited from senf::ExceptionMixin
std::string message () const
 
std::string backtrace () const
 
void append (std::string text)
 

Additional Inherited Members

- Protected Member Functions inherited from senf::Exception
 Exception (std::string const &description="")
 
- Protected Member Functions inherited from senf::ExceptionMixin
 ExceptionMixin (std::string const &description="")
 
- Protected Attributes inherited from senf::ExceptionMixin
std::string what_
 

Detailed Description

Exception thrown when the parser detects an error.

Definition at line 656 of file Parse.hh.

Constructor & Destructor Documentation

◆ ParserErrorException()

senf::console::CommandParser::ParserErrorException::ParserErrorException ( std::string const &  msg)
inlineexplicit

Definition at line 657 of file Parse.hh.


The documentation for this struct was generated from the following file: