|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TemplateExceptionListener
Interface for listening for TemplateExceptionEvent
s. These are
fired whenever FM-Classic encounters a situation that it can't deal with
normally at runtime.
TemplateExceptionEvent
,
TemplateRuntimeHandler
Method Summary | |
---|---|
void |
exceptionThrown(TemplateExceptionEvent e)
This method is called whenever a TemplateExceptionEvent
is generated by a FM-Classic template. |
Method Detail |
---|
void exceptionThrown(TemplateExceptionEvent e) throws TemplateException
TemplateExceptionEvent
is generated by a FM-Classic template. Implement this method to
decide how to respond to such events.
TemplateException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |