Searched refs:getErrorType (Results 1 – 4 of 4) sorted by relevance
1633 e.getErrorType()); in testMaybeExtractCountryCode()1789 e.getErrorType()); in testParseMaliciousInput()1803 e.getErrorType()); in testParseMaliciousInput()1921 e.getErrorType()); in testFailedParseOnInvalidNumbers()1931 e.getErrorType()); in testFailedParseOnInvalidNumbers()1941 e.getErrorType()); in testFailedParseOnInvalidNumbers()1951 e.getErrorType()); in testFailedParseOnInvalidNumbers()1961 e.getErrorType()); in testFailedParseOnInvalidNumbers()1971 e.getErrorType()); in testFailedParseOnInvalidNumbers()1981 e.getErrorType()); in testFailedParseOnInvalidNumbers()[all …]
54 public ErrorType getErrorType() { in getErrorType() method in NumberParseException
2918 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE &&2929 throw new NumberParseException(e.getErrorType(), e.getMessage());3131 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {3136 if (e2.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {3171 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
423 int getErrorType() in getErrorType() method in XSLTAttributeDef1654 switch (getErrorType()) in handleError()