Searched refs:NumberParseException (Results 1 – 10 of 10) sorted by relevance
1660 } catch (NumberParseException e) {1992 } catch (NumberParseException e) {2022 } catch (NumberParseException e) {2051 } catch (NumberParseException e) {2081 } catch (NumberParseException e) {2655 } catch (NumberParseException e) {2753 throws NumberParseException {2771 throw new NumberParseException(NumberParseException.ErrorType.TOO_SHORT_AFTER_IDD,2783 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE,3014 throws NumberParseException {[all …]
23 public class NumberParseException extends Exception { class59 public NumberParseException(ErrorType errorType, String message) { in NumberParseException() method in NumberParseException
444 } catch (NumberParseException e) { in parseAndVerify()
1943 } catch (NumberParseException e) { in testMaybeExtractCountryCode()1957 } catch (NumberParseException e) { in testMaybeExtractCountryCode()1971 } catch (NumberParseException e) { in testMaybeExtractCountryCode()1984 } catch (NumberParseException e) { in testMaybeExtractCountryCode()1993 } catch (NumberParseException e) { in testMaybeExtractCountryCode()1996 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testMaybeExtractCountryCode()2011 } catch (NumberParseException e) { in testMaybeExtractCountryCode()2024 } catch (NumberParseException e) { in testMaybeExtractCountryCode()2036 } catch (NumberParseException e) { in testMaybeExtractCountryCode()2049 } catch (NumberParseException e) { in testMaybeExtractCountryCode()[all …]
151 } catch (NumberParseException e) { in testCanBeInternationallyDialled()
379 } catch (NumberParseException e) { in parse()
19 import com.google.i18n.phonenumbers.NumberParseException;128 } catch (NumberParseException e) { in getDescriptionForValidNumber()
12 'com/google/i18n/phonenumbers/NumberParseException.java',
1336 This will no longer throw a NumberParseException - instead we will return NOT_A_NUMBER if one1357 - Handle null phone-numbers when parsing by throwing a NumberParseException.
25 import com.google.i18n.phonenumbers.NumberParseException;174 } catch (NumberParseException e) { in getOutputForFile()430 } catch (NumberParseException e) { in getOutputForSingleNumber()