Newer Version Available
DataSourceUtil Class
Parent class for the DataSource.Provider, DataSource.Connection, DataSource.Table, and
DataSource.Column classes.
Namespace
DataSourceUtil Methods
The following are methods for DataSourceUtil.
logWarning(message)
Signature
public void logWarning(String message)
Parameters
- message
- Type: String
- The error message.
Return Value
Type: void
throwException(message)
Signature
public void throwException(String message)
Parameters
- message
- Type: String
- Error message to display to the user.
Return Value
Type: void