Searched refs:getErrorType (Results 1 – 6 of 6) sorted by relevance
2010 e.getErrorType()); in testMaybeExtractCountryCode()2175 e.getErrorType()); in testParseMaliciousInput()2189 e.getErrorType()); in testParseMaliciousInput()2305 e.getErrorType()); in testFailedParseOnInvalidNumbers()2315 e.getErrorType()); in testFailedParseOnInvalidNumbers()2325 e.getErrorType()); in testFailedParseOnInvalidNumbers()2335 e.getErrorType()); in testFailedParseOnInvalidNumbers()2345 e.getErrorType()); in testFailedParseOnInvalidNumbers()2355 e.getErrorType()); in testFailedParseOnInvalidNumbers()2365 e.getErrorType()); in testFailedParseOnInvalidNumbers()[all …]
68 public ErrorType getErrorType() { in getErrorType() method in NumberParseException
3189 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE3200 throw new NumberParseException(e.getErrorType(), e.getMessage());3408 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {3413 if (e2.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {3448 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
72 public ErrorType getErrorType() { in getErrorType() method in NumberParseException
3234 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE3245 throw new NumberParseException(e.getErrorType(), e.getMessage());3454 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {3459 if (e2.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {3494 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
423 int getErrorType() in getErrorType() method in XSLTAttributeDef1654 switch (getErrorType()) in handleError()