Searched defs:EOFException (Results 1 – 1 of 1) sorted by relevance
35 struct EOFException : public Exception { struct36 EOFException() {} in EOFException() argument37 EOFException(const string &message) : Exception(message) {} in EOFException() argument38 virtual ~EOFException() throw() {} in ~EOFException() argument