class FX::FXEXCEPTIONAPI ( FXAPI   ) 

Definition at line 505 of file FXException.h.

References FXDEPRECATEDEXT, FXERRH_ISFOXEXCEPTION, FXEXCEPTION_BADRANGE, and FXMOVEBASECLASS.

00505                                              : public FXException
00506 {
00507 public:
00509     FXRangeException(const char *_filename, const char *_function, int _lineno, const FXString &_msg)
00510         : FXException(_filename, _function, _lineno, _msg, FXEXCEPTION_BADRANGE, 0) { }
00512     FXDEPRECATEDEXT FXRangeException(const FXchar *msg)
00513         : FXException((const char *) 0, (const char *) 0, 0, msg, FXEXCEPTION_BADRANGE, FXERRH_ISFOXEXCEPTION) { }
00514     FXMOVEBASECLASS(FXRangeException, FXException)
00515 };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:32:00 2009 for TnFOX by doxygen v1.4.7