Searched refs:exceptionMatch (Results 1 – 1 of 1) sorted by relevance
76 Matcher exceptionMatch = EXCEPTION.matcher(line); in parse() local77 if (exceptionMatch.matches()) { in parse()82 jc.setException(exceptionMatch.group(1)); in parse()83 if (exceptionMatch.group(3) != null) { in parse()84 message.append(exceptionMatch.group(3)); in parse()