Methods

Table 107 summarizes the methods in the ODKException class.

Table 107.

Member methods of the ODKException class.
Member method Description Page
ODKException() Creates an ODK exception object. ODKException()
getMsg() Retrieves the exception message from the exception object. getMsg()

ODKException()

Creates an exception object.

Syntax

public ODKException(String msg);

Parameters

msg
is the exception message for the exception object.

Return values

A newly instantiated ODKException exception object.

getMsg()

Retrieves the exception message from the exception object.

Syntax

public String getMsg();

Parameters

None.

Return values

A String that contains the exception message.

Copyright IBM Corp. 1997, 2004