The ODKException class is the base class for exceptions in the Object Discovery Agent Development Kit (ODK) API. The ODK API extends the Java Exception class to create its own exception class called:
com.crossworlds.ODK.ODKException
This class represents an exception object, which methods of the ODK API can throw.
The ODKException class defines the following: