|
Class: WrongProceedabilityError
Object
|
+--GenericException
|
+--Exception
|
+--Error
|
+--ProceedableError
|
+--ExecutionError
|
+--SignalError
|
+--WrongProceedabilityError
- Package:
- stx:libbasic
- Category:
- Kernel-Exceptions-Errors
- Version:
- rev:
1.11
date: 2021/11/21 15:59:51
- user: cg
- file: WrongProceedabilityError.st directory: libbasic
- module: stx stc-classLibrary: libbasic
WrongProceedabilityError is raised to indicate that someone tries
to raise a nonproceedable exception proceedable.
The parameter is the unproceedable signal.
copyrightCOPYRIGHT (c) 1999 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.
accessing
-
defaultNotifierString
-
accessing
-
description
-
(comment from inherited method)
return the description string of the signal/exception.
If a messageText has been set, that is returned,
appended or prepended to the classes description string.
MessageText can be a computed value or anything which converts to a string
|