DataSourceUtil Class

Parent class for the DataSource.Provider, DataSource.Connection, DataSource.Table, and DataSource.Column classes.

Namespace

DataSource

DataSourceUtil Methods

The following are methods for DataSourceUtil.

logWarning(message)

Logs the error message in the debug log.

Signature

public void logWarning(String message)

Parameters

message
Type: String
The error message.

Return Value

Type: void

throwException(message)

Throws a DataSourceException and displays the provided message to the user.

Signature

public void throwException(String message)

Parameters

message
Type: String
Error message to display to the user.

Return Value

Type: void