|
Class: AssertionFailedError
Object
|
+--GenericException
|
+--Exception
|
+--Error
|
+--ProceedableError
|
+--ExecutionError
|
+--AssertionFailedError
- Package:
- stx:libbasic
- Category:
- Kernel-Exceptions-Errors
- Version:
- rev:
1.8
date: 2021/01/20 14:27:29
- user: cg
- file: AssertionFailedError.st directory: libbasic
- module: stx stc-classLibrary: libbasic
Raised by failing assertions.
copyrightCOPYRIGHT (c) 2007 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
testing
-
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.
printing & storing
-
description
-
is a multiline description
|