OK
will never match; use isOK
instead to detect a status with a severity of OK
.
@param severityMask a mask formed by bitwise or'ing severity maskconstants (ERROR
, WARNING
, INFO
, CANCEL
)
@return true
if there is at least one match, false
if there are no matches
@see #getSeverity()
@see #CANCEL
@see #ERROR
@see #WARNING
@see #INFO
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|