|
limal
|
SyntaxException class declaration. More...
#include <Exception.hpp>
Public Member Functions | |
| SyntaxException (const char *file, int line, const char *msg, int errorCode=::BLOCXX_NAMESPACE::Exception::UNKNOWN_ERROR_CODE, const Exception *otherException=0, int subClassId=::BLOCXX_NAMESPACE::Exception::UNKNOWN_SUBCLASS_ID) | |
| virtual | ~SyntaxException () throw () |
| virtual const char * | type () const |
| virtual SyntaxException * | clone () const |
| virtual void | rethrow () const |
SyntaxException class declaration.
A SyntaxException is thrown if a parser fails to parse a configuration file because of syntax errors in the configuration files or similar problems.
| limal::SyntaxException::SyntaxException | ( | const char * | file, |
| int | line, | ||
| const char * | msg, | ||
| int | errorCode = ::BLOCXX_NAMESPACE::Exception::UNKNOWN_ERROR_CODE, |
||
| const Exception * | otherException = 0, |
||
| int | subClassId = ::BLOCXX_NAMESPACE::Exception::UNKNOWN_SUBCLASS_ID |
||
| ) |
| virtual limal::SyntaxException::~SyntaxException | ( | ) | throw () [virtual] |
| virtual SyntaxException* limal::SyntaxException::clone | ( | ) | const [virtual] |
| virtual void limal::SyntaxException::rethrow | ( | ) | const [virtual] |
| virtual const char* limal::SyntaxException::type | ( | ) | const [virtual] |
1.7.3