Lines Matching refs:NCursesFormException
278 class NCURSES_IMPEXP NCursesFormException : public NCursesException
283 NCursesFormException (const char *msg, int err) :
288 NCursesFormException (const NCursesForm* form,
295 NCursesFormException (int err) :
300 NCursesFormException (const NCursesForm* form,
306 NCursesFormException& operator=(const NCursesFormException& rhs)
315 NCursesFormException(const NCursesFormException& rhs)
324 virtual ~NCursesFormException()