Searched defs:ParseException (Results 1 - 5 of 5) sorted by relevance

/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/tools/gensyscalls/
H A Dgensyscalls_common.h49 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
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.h98 class ParseException : public std::exception { class in namespace:IMAP
H A DResponse.cpp376 ParseException::ParseException() function in class:IMAP::ParseException
382 ParseException::ParseException(const char* format, ...) function in class:IMAP::ParseException
[all...]
/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

Completed in 110 milliseconds