#include <jaula_syntax_error.h>
Public Member Functions | |
Syntax_Error & | operator= (Syntax_Error const &orig) |
Assignment operator. | |
Syntax_Error (std::string const &detail="", std::string const &action="", std::string const &origin="") | |
Constructor. | |
virtual | ~Syntax_Error () |
Destructor. |
JAULA::Syntax_Error::Syntax_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::Syntax_Error::~Syntax_Error | ( | ) | [virtual] |
Destructor.
Syntax_Error & JAULA::Syntax_Error::operator= | ( | Syntax_Error const & | orig | ) |
Assignment operator.
orig | Original instance to copy |
Copyright (c) 2007, 2008, 2009 Kombo Morongo.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".