Searched refs:EOFException (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/tools/gensyscalls/
H A Dgensyscalls_common.h34 // EOFException
35 struct EOFException : public Exception { struct in inherits:Exception
36 EOFException() {} function in struct:EOFException
37 EOFException(const string &message) : Exception(message) {} function in struct:EOFException
38 virtual ~EOFException() throw() {}
H A Dgensyscallinfos.cpp238 throw EOFException("Unexpected end of input.");

Completed in 34 milliseconds