Lines Matching refs:raiseError
65 raiseError("name", cookie.getName(), n);
76 raiseError("value", cookie.getValue(), v);
87 raiseError("version", Integer.toString(cookie.getVersion()), Integer.toString(ver));
98 raiseError("path", cookie.getPath(), p);
108 raiseError("Check null-ability fail");
118 raiseError("comment", cookie.getComment(), c);
129 raiseError("comment url", cookie.getCommentURL(), cu);
140 raiseError("discard", Boolean.toString(cookie.getDiscard()), Boolean.toString(dsc));
151 raiseError("domain", cookie.getDomain(), d);
162 raiseError("max-age", Long.toString(cookie.getMaxAge()), Long.toString(a));
173 raiseError("portlist", cookie.getPortlist(), p);
184 raiseError("HttpOnly", String.valueOf(cookie.isHttpOnly()), String.valueOf(b));
197 raiseError("Comparison inconsistent: " + ck1 + " " + ck2
204 raiseError("Comparison inconsistent: hashCode for " + ck1 + " " + ck2
213 raiseError("Host " + host + (matches?" should ":" should not ") +
218 void raiseError(String attr, String realValue, String expectedValue) {
226 static void raiseError(String prompt) {