Searched refs:ParsingException (Results 1 – 4 of 4) sorted by relevance
276 private static class ParsingException extends Exception { class in PpsMoParser277 public ParsingException(String message) { in ParsingException() method in PpsMoParser.ParsingException426 } catch (ParsingException e) { in parseMoText()462 throws ParsingException { in parsePpsNode()470 throw new ParsingException("Duplicate NodeName: " + child.getText()); in parsePpsNode()474 throw new ParsingException("Unexpected NodeName: " + nodeName); in parsePpsNode()484 throw new ParsingException("Multiple node for UpdateIdentifier"); in parsePpsNode()490 throw new ParsingException("Multiple PPS instance"); in parsePpsNode()499 throw new ParsingException("Unknown URN: " + urn); in parsePpsNode()503 throw new ParsingException("Unknown tag under PPS node: " + child.getTag()); in parsePpsNode()[all …]
469 public static final class ParsingException extends IOException { class in MediaParser471 private ParsingException(ParserException cause) { in ParsingException() method in MediaParser.ParsingException1263 throw new ParsingException((ParserException) e); in advance()
132 public static final class MediaParser.ParsingException extends java.io.IOException {
451 Landroid/net/wifi/hotspot2/omadm/PpsMoParser$ParsingException;-><init>(Ljava/lang/String;)V