• BlackBerry Dynamics
  • Runtime library for Android applications
  • 9.0.0.72
GDNotSupportedError Class Reference

Error for attempted usage of a native feature that isn't supported by the BlackBerry Dynamics equivalent. More...

Inherits GDError.

Description

An error of this class is thrown when the application attempts to utilize a feature that is supported by a native programming interface but not by the BlackBerry Dynamics equivalent.

For example, the BlackBerry Dynamics equivalent to the native SharedPreferences interface doesn't support the MODE_WORLD_READABLE operating mode.

See also
GDError