Searched refs:ParseException (Results 1 - 14 of 14) sorted by relevance

/haiku/src/tools/gensyscalls/
H A Dgensyscalls_common.h48 // ParseException
49 struct ParseException : public Exception { struct in inherits:Exception
50 ParseException() {} function in struct:ParseException
51 ParseException(const string &message) : Exception(message) {} function in struct:ParseException
52 virtual ~ParseException() throw() {}
H A Dgensyscallinfos.cpp182 throw ParseException(string("Unexpected token `") + token
482 throw ParseException("Error while parsing function "
524 throw ParseException("Error while parsing function parameter.");
546 throw ParseException("Error parsing function parameter. "
558 throw ParseException("Error while parsing function parameter. "
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageTokenizer.h80 class ParseException { class in namespace:CLanguage
82 ParseException(const char* message, int32 position) function in class:CLanguage::ParseException
88 ParseException(const ParseException& other) function in class:CLanguage::ParseException
H A DCLanguageFamily.cpp23 using CLanguage::ParseException;
54 } catch (ParseException& ex) {
H A DCLanguageTokenizer.cpp20 using CLanguage::ParseException;
146 throw ParseException("unexpected character", _CurrentPos());
157 throw ParseException("error in constant", _CurrentPos() - length);
250 throw ParseException("unexpected character",
446 throw ParseException("expected hex digit", _CurrentPos());
H A DCLanguageExpressionEvaluator.cpp1337 throw ParseException("Cannot perform mathematical operations "
1360 throw ParseException("Cannot perform mathematical operations "
1369 throw ParseException(errorMessage.String(), 0);
1380 throw ParseException(error.String(), 0);
1419 throw ParseException(error.String(), 0);
1459 throw ParseException("parse error", token.position);
1532 throw ParseException("division by zero", token.position);
1541 throw ParseException("modulo by zero", token.position);
1610 throw ParseException("unexpected end of expression", token.position);
1707 throw ParseException(errorMessag
[all...]
/haiku/headers/private/shared/
H A DExpressionParser.h17 class ParseException { class
19 ParseException(const char* message, int32 position) function in class:ParseException
25 ParseException(const ParseException& other) function in class:ParseException
/haiku/src/apps/deskcalc/
H A DDeskCalc.cpp40 } catch (ParseException& e) {
H A DCalcView.cpp1116 } catch (ParseException& e) {
/haiku/src/kits/shared/
H A DExpressionParser.cpp193 throw ParseException("missing exponent in constant",
210 throw ParseException("error in constant",
263 throw ParseException("unexpected character", _CurrentPos());
307 throw ParseException("expected hex digit", _CurrentPos());
389 throw ParseException("parse error", token.position);
398 throw ParseException("out of memory", 0);
425 throw ParseException("parse error", token.position);
442 throw ParseException("parse error", token.position);
517 throw ParseException("division by zero", token.position);
524 throw ParseException("modul
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.cpp115 throw ParseException("Malformed base64!");
120 throw ParseException("Base64 encoding ends early!");
124 throw ParseException("Malformed base64!");
141 throw ParseException("Malformed base64!");
376 ParseException::ParseException() function in class:IMAP::ParseException
382 ParseException::ParseException(const char* format, ...) function in class:IMAP::ParseException
473 throw ParseException("Unexpected response begin");
573 throw ParseException("Unexpecte
[all...]
H A DResponse.h98 class ParseException : public std::exception { class in namespace:IMAP
100 ParseException();
101 ParseException(const char* format, ...);
121 class ExpectedParseException : public ParseException {
H A DProtocol.cpp355 } catch (ParseException& exception) {
H A DCommands.cpp708 } catch (ParseException& exception) {

Completed in 72 milliseconds