java.lang
Class NumberFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended byjava.lang.NumberFormatException

public class NumberFormatException
extends IllegalArgumentException


Constructor Summary
NumberFormatException()
           
NumberFormatException(String message)
           
NumberFormatException(String message, Throwable cause)
           
NumberFormatException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

NumberFormatException

public NumberFormatException(String message)

NumberFormatException

public NumberFormatException()

NumberFormatException

public NumberFormatException(Throwable cause)

NumberFormatException

public NumberFormatException(String message,
                             Throwable cause)