INVALID_DELIMITER_VALUE error class
Invalid value for delimiter.
This error class has the following derived error classes:
DELIMITER_LONGER_THAN_EXPECTED
Delimiter cannot be more than one character: <str>
.
EMPTY_STRING
Delimiter cannot be empty string.
SINGLE_BACKSLASH
Single backslash is prohibited. It has special meaning as beginning of an escape sequence. To get the backslash character, pass a string with two backslashes as the delimiter.
UNSUPPORTED_SPECIAL_CHARACTER
Unsupported special character for delimiter: <str>
.