HomeSort by relevance Sort by last modified time
    Searched refs:ParserException (Results 1 - 9 of 9) sorted by null

  /packages/apps/IM/src/com/android/im/imps/
ParserException.java 20 public class ParserException extends Exception {
24 public ParserException(){
28 public ParserException(String message){
32 public ParserException(Throwable t){
PrimitiveParser.java 33 * @throws ParserException
36 public Primitive parse(InputStream in) throws ParserException, IOException;
WbxmlPrimitiveParser.java 35 public Primitive parse(InputStream in) throws ParserException, IOException {
42 throw new ParserException(e);
PtsPrimitiveParser.java 52 public Primitive parse(InputStream in) throws ParserException, IOException {
65 private Primitive parsePrim() throws ParserException
69 throw new ParserException("Invalid PTS encoded message");
79 throw new ParserException("Unrecognized transaction code " + type);
140 ParamValue elemValue) throws ParserException {
146 throw new ParserException("Parameter " + elemCode + " must have value.");
165 throw new ParserException("Element SessionID must have string value!");
212 throw new ParserException("Deafult Contact List must have string value!");
232 throw new ParserException("Null value found for NickName: " + nickname
257 throw new ParserException("Null value found for property: " + name + "-" + value)
    [all...]
XmlPrimitiveParser.java 49 public Primitive parse(InputStream in) throws ParserException, IOException {
55 throw new ParserException(e);
WbxmlParser.java 66 public void parse(InputSource in) throws ParserException, SAXException, IOException {
70 // FIXME: nativeParse should throw ParserException but the dalvik
79 throw new ParserException(e);
112 // XXX: nativeParse should throw ParserException but the dalvik seems to
SmsDataChannel.java 210 } catch (ParserException e) {
HttpDataChannel.java 461 } catch (ParserException e) {
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 286 milliseconds