public class AlertLow extends AlertMessage
Constructor and Description |
---|
AlertLow(java.lang.String msg)
Constructs an AlertLow object with a given message
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Compares two AlertLow object for equality.
|
java.lang.String |
toString()
Returns the string representation of this AlertLow instance
|
getMessage
public AlertLow(java.lang.String msg)
msg
- the alert messagejava.lang.IllegalArgumentException
- if msg is null or empty stringpublic boolean equals(java.lang.Object obj)
equals
in class AlertMessage
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2000-2019 TIBCO Inc. All Rights Reserved.