An StringIndexOutOfBoundsException occurs when trying to extract email adress from a line that directly begins or ends with an email address. Example : "somebody@somedomain.com" will trigger the exception while " somebody@somedomain.com " will not.
Log in to post a comment.