Searched refs:MSG_KEY (Results 1 – 1 of 1) sorted by relevance
39 public static final String MSG_KEY = "msg:"; field in ScopedException84 .append(MSG_KEY).append(super.getMessage()).append("\n") in createEncodedMessage()107 int msgStart = output.indexOf(MSG_KEY); in createFromOutput()111 int fileStart = output.indexOf(FILE_KEY, msgStart + MSG_KEY.length()); in createFromOutput()115 message = output.substring(msgStart + MSG_KEY.length(), fileStart); in createFromOutput()