|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the set of methods that must be implemented when one wishes to monitor the processing of exceptions by the ExceptionProcessor.
A listener can prevent the exception from being processed by throwing an ExceptionProcessorVetoException exception.
ExceptionProcessor
,
ExceptionProcessorEvent
Method Summary | |
void |
processingCSException(ExceptionProcessorEvent e)
Listener that is called when processing an exception from database access. |
void |
processingException(ExceptionProcessorEvent e)
Listener that is called when processing a generic exception |
Method Detail |
public void processingException(ExceptionProcessorEvent e) throws ExceptionProcessorVetoException
ExceptionProcessorVetoException
- Thrown if the exception is
to be ignored.public void processingCSException(ExceptionProcessorEvent e) throws ExceptionProcessorVetoException
ExceptionProcessorVetoException
- Thrown if the exception is
to be ignored.
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.