|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.tripi.asp
Interface AspExceptionHandler

- All Known Implementing Classes:
- FileNotFoundExceptionHandler, MailExceptionHandler, PrintExceptionHandler, PrintMessageExceptionHandler, SetStatusExceptionHandler
- public interface AspExceptionHandler
This class defines an interface to exception handlers.
- Version:
- 0.9
| Method Summary | |
void |
configureExceptionHandler(java.util.Properties prop)
This function configures the exception handler |
boolean |
onExceptionOccured(AspContext ctx,
AspException ex)
This function is called when an exception occurs. |
| Method Detail |
configureExceptionHandler
public void configureExceptionHandler(java.util.Properties prop) throws AspException
- This function configures the exception handler
onExceptionOccured
public boolean onExceptionOccured(AspContext ctx, AspException ex) throws AspException
- This function is called when an exception occurs.
|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC