senf::console::SyntaxErrorException Struct Reference

Syntax error parsing command arguments exception. More...

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

Inheritance diagram for senf::console::SyntaxErrorException:
Inheritance graph
[legend]

List of all members.


Detailed Description

Syntax error parsing command arguments exception.

All errors while parsing the arguments of a command must be signaled by throwing an instance of SyntaxErrorException. This is important, so command overloading works.

Definition at line 457 of file Parse.hh.


Public Member Functions

  SyntaxErrorException (std::string const &msg="syntax error")

Constructor & Destructor Documentation

senf::console::SyntaxErrorException::
SyntaxErrorException ( std::string const &  msg = "syntax error" )

Definition at line 458 of file Parse.hh.


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