Next: ExceptionSet, Previous: Error, Up: Base classes [Index]
My instances describe an exception that has happened, and are passed to exception handlers. Classes describe the kind of exception.
Apart from containing information on the generated exception, my instances contain methods that allow you to resume execution, leave the #on:do:... block, and pass the exception to an handler with a lower priority.
• Exception class-comparison: | (class) | |
• Exception class-creating ExceptionCollections: | (class) | |
• Exception class-instance creation: | (class) | |
• Exception class-interoperability with TrappableEvents: | (class) | |
• Exception-accessing: | (instance) | |
• Exception-built ins: | (instance) | |
• Exception-comparison: | (instance) | |
• Exception-copying: | (instance) | |
• Exception-exception description: | (instance) | |
• Exception-exception handling: | (instance) | |
• Exception-exception signaling: | (instance) | |
• Exception-still unclassified: | (instance) |