TnFOX exception code constants


Enumerations

enum  FX::FXExceptionCodes {
  FX::FXEXCEPTION_USER, FXEXCEPTION_SYSCODE_BASE, FX::FXEXCEPTION_BADRANGE, FX::FXEXCEPTION_NULLPOINTER,
  FX::FXEXCEPTION_NORESOURCE, FX::FXEXCEPTION_NOMEMORY, FX::FXEXCEPTION_NOTSUPPORTED, FX::FXEXCEPTION_NOTFOUND,
  FX::FXEXCEPTION_IOERROR, FX::FXEXCEPTION_CONNECTIONLOST, FX::FXEXCEPTION_NOPERMISSION, FX::FXEXCEPTION_WINDOW,
  FX::FXEXCEPTION_IMAGE, FX::FXEXCEPTION_FONT, FX::FXEXCEPTION_OSSPECIFIC, FX::FXEXCEPTION_PYTHONERROR,
  FXEXCEPTION_INTTHREADCANCEL, FX::FXEXCEPTION_USER, FXEXCEPTION_SYSCODE_BASE, FX::FXEXCEPTION_BADRANGE,
  FX::FXEXCEPTION_NULLPOINTER, FX::FXEXCEPTION_NORESOURCE, FX::FXEXCEPTION_NOMEMORY, FX::FXEXCEPTION_NOTSUPPORTED,
  FX::FXEXCEPTION_NOTFOUND, FX::FXEXCEPTION_IOERROR, FX::FXEXCEPTION_CONNECTIONLOST, FX::FXEXCEPTION_NOPERMISSION,
  FX::FXEXCEPTION_WINDOW, FX::FXEXCEPTION_IMAGE, FX::FXEXCEPTION_FONT, FX::FXEXCEPTION_OSSPECIFIC,
  FX::FXEXCEPTION_PYTHONERROR, FXEXCEPTION_INTTHREADCANCEL
}
enum  FX::FXExceptionCodes {
  FX::FXEXCEPTION_USER, FXEXCEPTION_SYSCODE_BASE, FX::FXEXCEPTION_BADRANGE, FX::FXEXCEPTION_NULLPOINTER,
  FX::FXEXCEPTION_NORESOURCE, FX::FXEXCEPTION_NOMEMORY, FX::FXEXCEPTION_NOTSUPPORTED, FX::FXEXCEPTION_NOTFOUND,
  FX::FXEXCEPTION_IOERROR, FX::FXEXCEPTION_CONNECTIONLOST, FX::FXEXCEPTION_NOPERMISSION, FX::FXEXCEPTION_WINDOW,
  FX::FXEXCEPTION_IMAGE, FX::FXEXCEPTION_FONT, FX::FXEXCEPTION_OSSPECIFIC, FX::FXEXCEPTION_PYTHONERROR,
  FXEXCEPTION_INTTHREADCANCEL, FX::FXEXCEPTION_USER, FXEXCEPTION_SYSCODE_BASE, FX::FXEXCEPTION_BADRANGE,
  FX::FXEXCEPTION_NULLPOINTER, FX::FXEXCEPTION_NORESOURCE, FX::FXEXCEPTION_NOMEMORY, FX::FXEXCEPTION_NOTSUPPORTED,
  FX::FXEXCEPTION_NOTFOUND, FX::FXEXCEPTION_IOERROR, FX::FXEXCEPTION_CONNECTIONLOST, FX::FXEXCEPTION_NOPERMISSION,
  FX::FXEXCEPTION_WINDOW, FX::FXEXCEPTION_IMAGE, FX::FXEXCEPTION_FONT, FX::FXEXCEPTION_OSSPECIFIC,
  FX::FXEXCEPTION_PYTHONERROR, FXEXCEPTION_INTTHREADCANCEL
}


Enumeration Type Documentation

Defines all the system exception codes

Enumerator:
FXEXCEPTION_USER  User code can use this value and upwards.
FXEXCEPTION_BADRANGE  This code indicates that the valid range was exceeded.
FXEXCEPTION_NULLPOINTER  This code indicates a null pointer was encountered.
FXEXCEPTION_NORESOURCE  This code indicates a failure to allocate a resource.
FXEXCEPTION_NOMEMORY  This code indicates a failure to allocate memory.
FXEXCEPTION_NOTSUPPORTED  This code indicates that an operation is unsupported.
FXEXCEPTION_NOTFOUND  This code indicates a failure to find something (eg; a file, handle, etc).
FXEXCEPTION_IOERROR  This code indicates a failure to perform i/o.
FXEXCEPTION_CONNECTIONLOST  This code indicates that a connection unexpectedly terminated.
FXEXCEPTION_NOPERMISSION  This code indicates that the caller did not have permission.
FXEXCEPTION_WINDOW  This code indicates that an error happened in the window system.
FXEXCEPTION_IMAGE  This code indicates that an error happened in the image system.
FXEXCEPTION_FONT  This code indicates that an error happened in the font system.
FXEXCEPTION_OSSPECIFIC  This code indicates an exception was thrown by a call to the local OS thunking layer.
FXEXCEPTION_PYTHONERROR  This code indicates that this exception came from a python exception.
FXEXCEPTION_USER  User code can use this value and upwards.
FXEXCEPTION_BADRANGE  This code indicates that the valid range was exceeded.
FXEXCEPTION_NULLPOINTER  This code indicates a null pointer was encountered.
FXEXCEPTION_NORESOURCE  This code indicates a failure to allocate a resource.
FXEXCEPTION_NOMEMORY  This code indicates a failure to allocate memory.
FXEXCEPTION_NOTSUPPORTED  This code indicates that an operation is unsupported.
FXEXCEPTION_NOTFOUND  This code indicates a failure to find something (eg; a file, handle, etc).
FXEXCEPTION_IOERROR  This code indicates a failure to perform i/o.
FXEXCEPTION_CONNECTIONLOST  This code indicates that a connection unexpectedly terminated.
FXEXCEPTION_NOPERMISSION  This code indicates that the caller did not have permission.
FXEXCEPTION_WINDOW  This code indicates that an error happened in the window system.
FXEXCEPTION_IMAGE  This code indicates that an error happened in the image system.
FXEXCEPTION_FONT  This code indicates that an error happened in the font system.
FXEXCEPTION_OSSPECIFIC  This code indicates an exception was thrown by a call to the local OS thunking layer.
FXEXCEPTION_PYTHONERROR  This code indicates that this exception came from a python exception.

Defines all the system exception codes

Enumerator:
FXEXCEPTION_USER  User code can use this value and upwards.
FXEXCEPTION_BADRANGE  This code indicates that the valid range was exceeded.
FXEXCEPTION_NULLPOINTER  This code indicates a null pointer was encountered.
FXEXCEPTION_NORESOURCE  This code indicates a failure to allocate a resource.
FXEXCEPTION_NOMEMORY  This code indicates a failure to allocate memory.
FXEXCEPTION_NOTSUPPORTED  This code indicates that an operation is unsupported.
FXEXCEPTION_NOTFOUND  This code indicates a failure to find something (eg; a file, handle, etc).
FXEXCEPTION_IOERROR  This code indicates a failure to perform i/o.
FXEXCEPTION_CONNECTIONLOST  This code indicates that a connection unexpectedly terminated.
FXEXCEPTION_NOPERMISSION  This code indicates that the caller did not have permission.
FXEXCEPTION_WINDOW  This code indicates that an error happened in the window system.
FXEXCEPTION_IMAGE  This code indicates that an error happened in the image system.
FXEXCEPTION_FONT  This code indicates that an error happened in the font system.
FXEXCEPTION_OSSPECIFIC  This code indicates an exception was thrown by a call to the local OS thunking layer.
FXEXCEPTION_PYTHONERROR  This code indicates that this exception came from a python exception.
FXEXCEPTION_USER  User code can use this value and upwards.
FXEXCEPTION_BADRANGE  This code indicates that the valid range was exceeded.
FXEXCEPTION_NULLPOINTER  This code indicates a null pointer was encountered.
FXEXCEPTION_NORESOURCE  This code indicates a failure to allocate a resource.
FXEXCEPTION_NOMEMORY  This code indicates a failure to allocate memory.
FXEXCEPTION_NOTSUPPORTED  This code indicates that an operation is unsupported.
FXEXCEPTION_NOTFOUND  This code indicates a failure to find something (eg; a file, handle, etc).
FXEXCEPTION_IOERROR  This code indicates a failure to perform i/o.
FXEXCEPTION_CONNECTIONLOST  This code indicates that a connection unexpectedly terminated.
FXEXCEPTION_NOPERMISSION  This code indicates that the caller did not have permission.
FXEXCEPTION_WINDOW  This code indicates that an error happened in the window system.
FXEXCEPTION_IMAGE  This code indicates that an error happened in the image system.
FXEXCEPTION_FONT  This code indicates that an error happened in the font system.
FXEXCEPTION_OSSPECIFIC  This code indicates an exception was thrown by a call to the local OS thunking layer.
FXEXCEPTION_PYTHONERROR  This code indicates that this exception came from a python exception.


(C) 2002-2008 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Jun 13 21:55:18 2008 for TnFOX by doxygen v1.5.6