jaula API Reference
version 1.4.0
|
class for lexical analysis exceptions More...
#include <jaula_lexan_error.h>
Public Member Functions | |
Lexan_Error (std::string const &detail="", std::string const &action="", std::string const &origin="") | |
Constructor. | |
Lexan_Error & | operator= (Lexan_Error const &orig) |
Assignment operator. | |
virtual | ~Lexan_Error () |
Destructor. |
class for lexical analysis exceptions
JAULA::Lexan_Error::Lexan_Error | ( | std::string const & | detail = "" , |
std::string const & | action = "" , |
||
std::string const & | origin = "" |
||
) |
Constructor.
detail | detailed description about the exception which made execution fail. |
action | action being performed when the exception arose. |
origin | Name of the method (and others methods that have called this) by the time the exception arose. |
JAULA::Lexan_Error::~Lexan_Error | ( | ) | [virtual] |
Destructor.
Lexan_Error & JAULA::Lexan_Error::operator= | ( | Lexan_Error const & | orig | ) |
Assignment operator.
orig | Original instance to copy |