NumberFormatException
extends MathException
in package
Exception thrown when attempting to create a number from a string with an invalid format.
Table of Contents
Methods
charNotInAlphabet()
public
static charNotInAlphabet(string $char) : NumberFormatException
Parameters
- $char : string
-
The failing character.