java.lang
Class NumberFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
                          |
                          +--java.lang.NumberFormatException

public class NumberFormatException
extends IllegalArgumentException


Constructor Summary
NumberFormatException()
           
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode
 

Constructor Detail

NumberFormatException

public NumberFormatException()