Write a tuple of values into a string. The output will be the result of calling toString on each of the values in the tuple. @param delim Delimiter to use in the string. @return A string containing the tuple. @throws ExecException this is never thrown. This only exists for backwards compatability re
(String delim)
| 150 | * @throws ExecException this is never thrown. This only exists for backwards compatability reasons. |
| 151 | */ |
| 152 | String toDelimitedString(String delim) throws ExecException; |
| 153 | } |
no outgoing calls