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() |
public ODKException(String msg);
A newly instantiated ODKException exception object.
public String getMsg();
None.
A String that contains the exception message.