Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / NumberFormatParseException Class / NumberFormatParseException Constructor / NumberFormatParseException Constructor(RuntimeException)
The inner exception that caused this exception to be thrown.
In This Topic
    NumberFormatParseException Constructor(RuntimeException)
    In This Topic
    Constructs a new NumberFormatParseException object with the specified inner exception.
    Syntax
    public NumberFormatParseException( 
       java.lang.RuntimeException inner
    )

    Parameters

    inner
    The inner exception that caused this exception to be thrown.
    See Also