User`s guide

mlreportgen.dom.WarningMessage class
12-347
mlreportgen.dom.WarningMessage class
Package: mlreportgen.dom
Warning message
Description
Create a warning message with the specified text originating from the specified source
object.
Construction
warningMsgObj = WarningMessage(text,source) creates a warning message with
the specified text originating from the specified source object.
Input Arguments
text — Message text
string
The text to display for the message.
source — DOM object from which message originates
a DOM object
The DOM object from which the message originates.
Output Arguments
warningMsgObj — Warning message
mlreportgen.dom.WarningMessage object
Warning message, represented by an mlreportgen.dom.WarningMessage object.