aicas logoJamaica 6.4 release 1

Uses of Class
java.lang.NumberFormatException

Packages that use NumberFormatException
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
java.lang Provides classes that are fundamental to the design of the Java programming language. 
 

Uses of NumberFormatException in java.awt
 

Methods in java.awt that throw NumberFormatException
static Color Color.decode(String nm)
          Converts a String to an integer and returns the specified opaque Color.
 

Uses of NumberFormatException in java.lang
 

Methods in java.lang that throw NumberFormatException
static Integer Integer.decode(String nm)
          Decodes a String into an Integer.
static Long Long.decode(String nm)
          Decodes a String into a Long.
static Short Short.decode(String nm)
          decode parses a short given as a decimal, octal or hex number.
static Byte Byte.decode(String s)
          decode decodes a string containing decimal, hexadecimal or octal representation of a byte.
 boolean Package.isCompatibleWith(String desired)
          Compare this package's specification version with a desired version.
static byte Byte.parseByte(String s)
          parseByte parse a string that contains the decimal representation of a byte and returns the byte's value.
static byte Byte.parseByte(String s, int radix)
          parseByte parses a string that contains a byte represented by a number using the given radix.
static double Double.parseDouble(String s)
          Returns a new double initialized to the value represented by the specified String, as performed by the valueOf method of class Double.
static float Float.parseFloat(String s)
          Returns a new float initialized to the value represented by the specified String, as performed by the valueOf method of class Float.
static int Integer.parseInt(String s)
          Parses the string argument as a signed decimal integer.
static int Integer.parseInt(String s, int radix)
          Parses the string argument as a signed integer in the radix specified by the second argument.
static long Long.parseLong(String s)
          Parses the string argument as a signed decimal long.
static long Long.parseLong(String s, int radix)
          Parses the string argument as a signed long in the radix specified by the second argument.
static short Short.parseShort(String s)
          parseShort parses a string that contains the decimal representation of a short and returns the short's value.
static short Short.parseShort(String s, int radix)
          parseShort parses a string that contains a short represented by a number using the given radix.
static Integer Integer.valueOf(String s)
          Returns an Integer object holding the value of the specified String.
static Double Double.valueOf(String s)
          Returns a Double object holding the double value represented by the argument string s.
static Float Float.valueOf(String s)
          Returns a Float object holding the float value represented by the argument string s.
static Long Long.valueOf(String s)
          Returns a Long object holding the value of the specified String.
static Short Short.valueOf(String s)
          valueOf returns a short instance with the value given as a decimal string.
static Byte Byte.valueOf(String s)
          valueOf returns a byte instance with the value given as a decimal string.
static Integer Integer.valueOf(String s, int radix)
          Returns an Integer object holding the value extracted from the specified String when parsed with the radix given by the second argument.
static Long Long.valueOf(String s, int radix)
          Returns a Long object holding the value extracted from the specified String when parsed with the radix given by the second argument.
static Short Short.valueOf(String s, int radix)
          valueOf returns a short instance with the value given as a string with given radix.
static Byte Byte.valueOf(String s, int radix)
          valueOf returns a byte instance with the value given as a string with given radix.
 

Constructors in java.lang that throw NumberFormatException
Byte(String s)
          Constructor to create an instance of Byte with the value provided as a string.
Double(String s)
          Constructs a newly allocated Double object that represents the floating-point value of type double represented by the string.
Float(String s)
          Constructs a newly allocated Float object that represents the floating-point value of type float represented by the string.
Integer(String s)
          Constructs a newly allocated Integer object that represents the int value indicated by the String parameter.
Long(String s)
          Constructs a newly allocated Long object that represents the long value indicated by the String parameter.
Short(String s)
          Constructor to create an instance of Short with the value provided as a string.
 


aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.