iash  v0.5
Library to provide a bash-like shell in an application
TokenizeException Class Reference

Thrown when the tokenizer encounters trouble tokenizing a string. More...

#include <Tokenizer.h>

Inheritance diagram for TokenizeException:
Collaboration diagram for TokenizeException:

Public Member Functions

 TokenizeException (const std::string &reason)
 Constructs a TokenizeException with the given reason. More...
 

Detailed Description

Thrown when the tokenizer encounters trouble tokenizing a string.

For example, this could be thrown when the tokenizer encounters an unclosed string literal.

Constructor & Destructor Documentation

◆ TokenizeException()

TokenizeException::TokenizeException ( const std::string &  reason)

Constructs a TokenizeException with the given reason.

Parameters
reasonan explanation why the Tokenizer failed.

The documentation for this class was generated from the following files: