Package Summary  Overview Summary

class:NumberFormatException [NONE]

constructor:<init>() [NONE]

  • NumberFormatException

    public NumberFormatException()
    Constructs a NumberFormatException with no detail message.

constructor:<init>(java.lang.String) [NONE]

  • NumberFormatException

    public NumberFormatException​(String s)
    Constructs a NumberFormatException with the specified detail message.
    Parameters:
    s - the detail message.

© 2018 Oracle Corporation and/or its affiliates