Searched refs:NumberParseException (Results 1 – 6 of 6) sorted by relevance
1523 } catch (NumberParseException e) { in testMaybeExtractCountryCode()1537 } catch (NumberParseException e) { in testMaybeExtractCountryCode()1551 } catch (NumberParseException e) { in testMaybeExtractCountryCode()1564 } catch (NumberParseException e) { in testMaybeExtractCountryCode()1573 } catch (NumberParseException e) { in testMaybeExtractCountryCode()1576 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testMaybeExtractCountryCode()1591 } catch (NumberParseException e) { in testMaybeExtractCountryCode()1604 } catch (NumberParseException e) { in testMaybeExtractCountryCode()1617 } catch (NumberParseException e) { in testMaybeExtractCountryCode()1631 } catch (NumberParseException e) { in testMaybeExtractCountryCode()[all …]
167 } catch (NumberParseException e) { in testCanBeInternationallyDialled()
1459 } catch (NumberParseException e) {1767 } catch (NumberParseException e) {1789 } catch (NumberParseException e) {2284 } catch (NumberParseException e) {2382 throws NumberParseException {2400 throw new NumberParseException(NumberParseException.ErrorType.TOO_SHORT_AFTER_IDD,2412 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE,2635 throws NumberParseException {2646 throws NumberParseException {2666 throws NumberParseException {[all …]
24 public class NumberParseException extends Exception { class46 public NumberParseException(ErrorType errorType, String message) { in NumberParseException() method in NumberParseException
428 } catch (NumberParseException e) { in parseAndVerify()
472 This will no longer throw a NumberParseException - instead we will return NOT_A_NUMBER if one493 - Handle null phone-numbers when parsing by throwing a NumberParseException.