Searched refs:exceptionString (Results 1 – 2 of 2) sorted by relevance
44 protected ParseException createParseException(String exceptionString) { in createParseException() argument46 lexer.getBuffer() + ":" + exceptionString, in createParseException()
553 String exceptionString = "test exception string"; in testExceptionDuringInit() local554 mConnectionParentProcess.reportExceptionInInit(exceptionString); in testExceptionDuringInit()556 Assert.assertEquals(exceptionString, connection.getExceptionDuringInit()); in testExceptionDuringInit()