Each command in the
Abaqus Scripting Reference Guide
lists the standard
Abaqus Scripting Interface
exceptions that can be raised by a command. In addition, if the exception is
not a standard Python or
Abaqus Scripting Interface
exception, the description lists the following:
A brief description of the problem.
The exception type.
The exception message.
For example,
Figure 1
shows the layout of a typical exception description in the online
documentation.
You use the exception type in your error handling routines.