aicas logoJamaica 3.2 release 62

java.lang
Class NumberFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by java.lang.NumberFormatException
All Implemented Interfaces:
Serializable

public class NumberFormatException
extends IllegalArgumentException

NumberFormatException is an exception thrown by number parsing functions if the number could not be parsed or was outside of the legal range of values.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
NumberFormatException()
          Constructor for a NumberFormatException with no detail message.
NumberFormatException(String s)
          Constructor for a NumberFormatException with given detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumberFormatException

public NumberFormatException()
Constructor for a NumberFormatException with no detail message.


NumberFormatException

public NumberFormatException(String s)
Constructor for a NumberFormatException with given detail message.

ensures

    (s != null IMPLIES getMessage().equals(s));
 

Parameters:
s - the detail message.

aicas logoJamaica 3.2 release 62

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.