Ad
  • Default User Avatar

    Hi, I had the same probem and no matter what I did it would go through the exception.

    The large number that is escaping the try and catch is not just a number being passes through string incrementer. it is a bunch of letters and then a very large number.
    for example in the random test it might be: "wdawbadhwJhbjHbKjhb0KKDm0003243724829847298374928374" and you error will be in the fact that 3243724829847298374928374 is too big when just caluclating that with int.
    hopes this helps and good luck. -TJ3B