• BlackBerry Dynamics
  • Runtime library for Android applications
  • 12.0.1.79
GDError Class Reference

Base class for BlackBerry Dynamics Error classes. More...

Inheritance diagram for GDError:
Error GDConnectivityNotAllowedError GDInitializationError

Description

This class is the base for the BlackBerry Dynamics Error classes. Subclasses of this class are used to notify the application of error conditions that are specific to the BlackBerry Dynamics platform. Error conditions that aren't specific to the platform are notified using exceptions in the normal way.

For information about platform errors and their recommended handling, see the GDAndroid class reference, under the heading Programming Interface Restrictions.

This class is a subclass of the java.lang.Error class, and not the java.lang.Exception class. No handling for platform errors should be required in the application code.