eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'ExecutionError':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: ExecutionError


Inheritance:

   Object
   |
   +--GenericException
      |
      +--Exception
         |
         +--Error
            |
            +--ProceedableError
               |
               +--ExecutionError
                  |
                  +--AmbiguousMessage
                  |
                  +--ArgumentError
                  |
                  +--ArithmeticError
                  |
                  +--AssertionFailedError
                  |
                  +--ClassBuildError
                  |
                  +--ContextError
                  |
                  +--ElementBoundsError
                  |
                  +--InvalidCodeError
                  |
                  +--InvalidTypeError
                  |
                  +--MessageNotUnderstood
                  |
                  +--MethodNotAppropriateError
                  |
                  +--NoModificationError
                  |
                  +--NonBooleanReceiverError
                  |
                  +--NotFoundError
                  |
                  +--PrimitiveFailure
                  |
                  +--SignalError
                  |
                  +--SubclassResponsibilityError
                  |
                  +--UnimplementedFunctionalityError

Package:
stx:libbasic
Category:
Kernel-Exceptions-ExecutionErrors
Version:
rev: 1.5 date: 2016/09/27 10:51:25
user: cg
file: ExecutionError.st directory: libbasic
module: stx stc-classLibrary: libbasic

Description:


Common parent of execution-related errors


Class protocol:

initialization
o  initialize

testing
o  isProgramError
redefined in all exceptions which are programmer's errors,
and which should probably not be ignored.
I.e. a global error handler should reject and let a debugger get control.



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Sat, 20 Apr 2024 01:29:50 GMT