The following table provides summary descriptions of the AutoLISP error-handling functions.
Error-handling functions |
|
---|---|
Function |
Description |
( |
Displays an alert dialog box with the error or warning message passed as a string |
( |
A user-definable error-handling function |
( |
Forces the current application to quit |
( |
Forces the current application to quit |
( |
Passes a list of arguments to a specified function and traps any exceptions |
error-obj) |
Returns a string from an error object |
( |
Determines whether an argument is an error object returned from vl-catch-all-apply |