Table 107 summarizes the methods in the ODKException
class.
Member method | Description | Page |
---|---|---|
ODKException() | Creates an ODK exception object. | ODKException() |
getMsg() | Retrieves the exception message from the exception object. | getMsg() |
Syntax
public ODKException(String msg);
Parameters
Return values
A newly instantiated ODKException exception object.
Retrieves the exception message from the exception object.
Syntax
public String getMsg();
Parameters
None.
Return values