Condition Entry: Catch-All Error Object

← Prev | ↑ Chapter | Next → | Index | Symbols

Condition Entry: Catch-All Error Object

Name

Catch-All Error Object

Class

Visual LISP Error Facility

Triggering Situations

Produced by vl-catch-all-apply when an error is trapped.

Reported Form

Accessible via vl-catch-all-error-p and vl-catch-all-error-message.

Recovery and Handling

Allows programmatic continuation after trapped errors.

Compatibility

Part of the Visual LISP extension layer.

Source Notes