|
Class: WarningCompilationErrorHandler
Object
|
+--CompilationErrorHandler
|
+--WarningCompilationErrorHandler
- Package:
- stx:libcomp
- Category:
- System-Compiler
- Version:
- rev:
1.7
date: 2021/01/20 14:34:21
- user: cg
- file: WarningCompilationErrorHandler.st directory: libcomp
- module: stx stc-classLibrary: libcomp
I am a warning ErrorHandler - i.e. showing a warning for
compilation errors.
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.
error handling
-
error: aMessage position: position to: endPos from: aCompiler
-
error notification.
This is sent by the compiler/evaluator if it detects errors.
|