|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.semwebcentral.sweetrules.infrastructure.SweetWarning
This class represents a warning object
Field Summary | |
private java.lang.String |
warningMessage
The warning message describing the warning |
private java.lang.Object |
warningSource
The source object which wants the warning to be displayed |
Constructor Summary | |
SweetWarning(java.lang.String message,
java.lang.Object source)
Constructor for the SWEET warning class |
Method Summary | |
java.lang.String |
getWarningMessage()
Retrieves the warning message |
java.lang.Object |
getWarningSource()
Returns the source of the warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String warningMessage
private java.lang.Object warningSource
Constructor Detail |
public SweetWarning(java.lang.String message, java.lang.Object source)
message
- The warning messagesource
- The source of the warningMethod Detail |
public java.lang.String getWarningMessage()
public java.lang.Object getWarningSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |