java.lang
Class NumberFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.