Lines Matching refs:ParserException

97                     | ParserException e) {
105 throws IOException, XmlPullParserException, ParserException {
108 throw new ParserException(parser, "Unsupported pin digest algorithm: "
112 throw new ParserException(parser, "Missing pin digest");
119 throw new ParserException(parser, "Invalid pin digest", e);
123 throw new ParserException(parser, "digest length " + decodedDigest.length
128 throw new ParserException(parser, "pin contains additional elements");
134 throws IOException, XmlPullParserException, ParserException {
143 throw new ParserException(parser, "Invalid expiration date in pin-set");
147 throw new ParserException(parser, "Invalid expiration date in pin-set", e);
165 throws IOException, XmlPullParserException, ParserException {
169 throw new ParserException(parser, "Domain name missing");
173 throw new ParserException(parser, "domain contains additional elements");
179 throw new ParserException(parser, domain + " has already been specified");
186 throws IOException, XmlPullParserException, ParserException {
193 throw new ParserException(parser, "certificates element missing src attribute");
203 throw new ParserException(parser, "Unknown certificates src. "
212 throws IOException, XmlPullParserException, ParserException {
229 throws IOException, XmlPullParserException, ParserException {
261 throw new ParserException(parser,
268 throw new ParserException(parser,
276 throw new ParserException(parser,
280 throw new ParserException(parser, "Multiple pin-set elements not allowed");
286 throw new ParserException(parser,
295 throw new ParserException(parser, "No domain elements in domain-config");
315 throws IOException, XmlPullParserException, ParserException {
328 throw new ParserException(parser, "Only one base-config allowed");
338 throw new ParserException(parser, "Only one debug-overrides allowed");
394 throws IOException, XmlPullParserException, ParserException {
412 throw new ParserException(parser, "Only one debug-overrides allowed");
430 public static class ParserException extends Exception {
432 public ParserException(XmlPullParser parser, String message, Throwable cause) {
436 public ParserException(XmlPullParser parser, String message) {