eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::HTMLParseWarning':

Home

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

Class: HTMLParseWarning (in HTML)


Inheritance:

   Object
   |
   +--GenericException
      |
      +--Notification
         |
         +--UserNotification
            |
            +--Warning
               |
               +--HTML::HTMLParseWarning
                  |
                  +--HTML::HTMLParseWarning::UnexpectedNullCharacter

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-HTML-Utilities
Version:
rev: 1.6 date: 2023/11/16 14:46:19
user: cg
file: HTML__HTMLParseWarning.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Description:


documentation to be added.


[instance variables:]

[class variables:]

copyright

COPYRIGHT (c) 2018 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.

Class protocol:

class access
o  unexpectedNullCharacter

raising
o  doesNotUnderstand: aMessage
catches all errors to construct an errorString from the selector;
these look like:
unexpectedCharacterInTag:
See senders in HTML::HTMLParser


Instance protocol:

accessing
o  lineNumber

o  lineNumber: anInteger

printing
o  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

queries
o  suppressDialogIfUnhandled
(comment from inherited method)
controls if a dialog is to be shown
in the default action when unhandled, or not.
Can be redefined by subclasses


Private classes:

    UnexpectedNullCharacter


ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 08:40:47 GMT