shadow:standard

Exception NumberFormatException

Parent class

shadow:standard@Exception

exception NumberFormatException

Exception NumberFormatException is thrown when parsing a String or other representation of a number and illegal characters are encountered.

Create Summary

Modifiers Return Types Method and Description
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.

Destroy Summary

Modifiers Return Types Method and Description
public () destroy()

Method Summary

Modifiers Return Types Method and Description
public readonly (NumberFormatException) copy(AddressMap addresses)

Create Detail

create

public create() => ()

Creates a NumberFormatException with no message.

create

public create(String message) => ()

Creates a NumberFormatException with a message specifying the cause of the badly formatted number representation.

Parameters

message - message explaining the formatting problem

Destroy Detail

destroy

public destroy() => ()

Method Detail

copy

public readonly copy(AddressMap addresses) => (NumberFormatException)