|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface IYylexObserver
Interface for reporting of Yylex exceptions.
| Nested Class Summary | |
|---|---|
static class |
IYylexObserver.LogObserver
Default implementation of the IYylexObserver logging everything into AgentLogger.platform() log category. |
| Method Summary | |
|---|---|
void |
exception(Exception e,
String info)
Called whenever exception occures in the Yylex caused by OUR miscoding. |
void |
warning(String info)
Called when some mischief happens but the parser recovers. |
| Method Detail |
|---|
void exception(Exception e,
String info)
e - never nullinfo - never nullvoid warning(String info)
info -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||