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