| Search internet |
An exception is a data structure which represents an exceptional situation. As an example,
returns x integer divided by y which usually is an integer. But division by zero yields an exception:

The
construct forges an exception with 'payload' x and is said to 'throw' x.
The
construct forges an exception with payload
:

| Search logiweb.eu |