Searched refs:getErrorType (Results 1 – 4 of 4) sorted by relevance
1577 e.getErrorType()); in testMaybeExtractCountryCode()1729 e.getErrorType()); in testParseMaliciousInput()1743 e.getErrorType()); in testParseMaliciousInput()1861 e.getErrorType()); in testFailedParseOnInvalidNumbers()1871 e.getErrorType()); in testFailedParseOnInvalidNumbers()1881 e.getErrorType()); in testFailedParseOnInvalidNumbers()1891 e.getErrorType()); in testFailedParseOnInvalidNumbers()1901 e.getErrorType()); in testFailedParseOnInvalidNumbers()1911 e.getErrorType()); in testFailedParseOnInvalidNumbers()1921 e.getErrorType()); in testFailedParseOnInvalidNumbers()[all …]
55 public ErrorType getErrorType() { in getErrorType() method in NumberParseException
2779 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE &&2790 throw new NumberParseException(e.getErrorType(), e.getMessage());2983 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {2988 if (e2.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {3023 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
423 int getErrorType() in getErrorType() method in XSLTAttributeDef1654 switch (getErrorType()) in handleError()