Class DOMNotFoundException
Abstract parent class of TagNotFoundException
, ValueNotFoundException
and AttributeNotFoundException
.
Thrown by the DOM's sdlang
, etc. functions if a matching element isn't found.
Inherits from
-
DOMException
(base class)
Constructors
Name | Description |
---|---|
this
|
Fields
Name | Type | Description |
---|---|---|
tagName
|
FullName |
The tag searched for |
base
|
Tag |
The tag searched from |
Methods
Name | Description |
---|---|
customMsg
|
Prefixes a message with file/line information from the tag (if tag exists). |
writeCustomMsg
|
Outputs a message to stderr, prefixed with file/line information |