public class NumberFormatException extends IllegalArgumentException
Integer.toString()
Constructor and Description |
---|
NumberFormatException()
Constructs a
NumberFormatException with no detail message. |
NumberFormatException(String s)
Constructs a
NumberFormatException with the
specified detail message. |
public NumberFormatException()
NumberFormatException
with no detail message.public NumberFormatException(String s)
NumberFormatException
with the
specified detail message.s
- the detail message.Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.