|
|||||||
| PREV CLASS NEXT CLASS | NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--com.haley.haleyrules.jsr94.SimpleErrorListener
This class is a simple implementation of the com.haley.haleyrules.ErrorListener interface. The ErrorListener interface allows an object to receive messages from Eclipse on several error conditions. For example, an error listener receives messages when an Eclipse function is called with the incorrect arguments from within the conditions or actions of a rule. An implementation of ErrorListener can be added to a KnowledgeBase to receive the messages generated by Eclipse.
ErrorListener| Constructor Summary | |
SimpleErrorListener()
|
|
| Method Summary | |
void |
onWarning(java.lang.String message)
This method is called in the event that a non-fatal condition is flagged. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleErrorListener()
| Method Detail |
public void onWarning(java.lang.String message)
onWarning in interface com.haley.haleyrules.ErrorListenermessage - String message
|
|||||||
| PREV CLASS NEXT CLASS | NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||