Pool variable name
|
Description
|
ExAll
|
The most general exception.
|
ExError
|
The exception signaled by Object>>error:. This exception is signaled with the string passed to error:.
|
ExHalt
|
The exception signaled by Object>>halt. This exception is signaled with the string passed to halt:. Note that Object>>halt sends halt:.
|
ExUserBreak
|
The exception signaled by the system default break handler.
|