Searched refs:LOCATION_KEY (Results 1 – 1 of 1) sorted by relevance
40 public static final String LOCATION_KEY = "loc:"; field in ScopedException88 sb.append(LOCATION_KEY).append(location.toUserReadableString()).append("\n"); in createEncodedMessage()116 int locStart = output.indexOf(LOCATION_KEY, fileStart + FILE_KEY.length()); in createFromOutput()123 nextLoc = output.indexOf(LOCATION_KEY, locStart + LOCATION_KEY.length()); in createFromOutput()127 output.substring(locStart + LOCATION_KEY.length())); in createFromOutput()130 output.substring(locStart + LOCATION_KEY.length(), nextLoc)); in createFromOutput()