exception NumberFormatException
Exception NumberFormatException
is thrown when parsing a String
or other representation of a number and illegal characters are encountered.
Modifiers | Return Types | Method and Description |
---|---|---|
public |
() |
create() Creates a |
public |
() |
create(String message) Creates a |
Modifiers | Return Types | Method and Description |
---|---|---|
public |
() |
destroy() |
Modifiers | Return Types | Method and Description |
---|---|---|
public readonly |
(NumberFormatException) |
copy(AddressMap addresses) |
public create() => ()
Creates a NumberFormatException
with no message.
public create(String message) => ()
Creates a NumberFormatException
with a message specifying the cause of the badly formatted number representation.
message
- message explaining the formatting problem
public destroy() => ()
public readonly copy(AddressMap addresses) => (NumberFormatException)