|
iash
v0.5
Library to provide a bash-like shell in an application
|
Thrown when the tokenizer encounters trouble tokenizing a string. More...
#include <Tokenizer.h>


Public Member Functions | |
| TokenizeException (const std::string &reason) | |
| Constructs a TokenizeException with the given reason. More... | |
Thrown when the tokenizer encounters trouble tokenizing a string.
For example, this could be thrown when the tokenizer encounters an unclosed string literal.
| TokenizeException::TokenizeException | ( | const std::string & | reason | ) |
Constructs a TokenizeException with the given reason.
| reason | an explanation why the Tokenizer failed. |