Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.tripi.asp
Interface AspExceptionHandler  view AspExceptionHandler download AspExceptionHandler.java

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.