Big Decimal parsing problem

I am facing problem in big decimal no. Following code snippet will explain my problem: BigDecimal parsedValue = (BigDecimal) decimalFormat.parse(input); Here input is a string type. Now suppose v...