Searched refs:getErrorType (Results 1 – 4 of 4) sorted by relevance
1672 e.getErrorType()); in testMaybeExtractCountryCode()1826 e.getErrorType()); in testParseMaliciousInput()1840 e.getErrorType()); in testParseMaliciousInput()1956 e.getErrorType()); in testFailedParseOnInvalidNumbers()1966 e.getErrorType()); in testFailedParseOnInvalidNumbers()1976 e.getErrorType()); in testFailedParseOnInvalidNumbers()1986 e.getErrorType()); in testFailedParseOnInvalidNumbers()1996 e.getErrorType()); in testFailedParseOnInvalidNumbers()2006 e.getErrorType()); in testFailedParseOnInvalidNumbers()2016 e.getErrorType()); in testFailedParseOnInvalidNumbers()[all …]
68 public ErrorType getErrorType() { in getErrorType() method in NumberParseException
2999 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE3010 throw new NumberParseException(e.getErrorType(), e.getMessage());3216 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {3221 if (e2.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {3256 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
423 int getErrorType() in getErrorType() method in XSLTAttributeDef1654 switch (getErrorType()) in handleError()