Newer Version Available
DataSourceUtil Class
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