com.tripi.asp
Class FileNotFoundExceptionHandler

java.lang.Object
com.tripi.asp.FileNotFoundExceptionHandler
- All Implemented Interfaces:
- AspExceptionHandler
- public class FileNotFoundExceptionHandler
- extends java.lang.Object
- implements AspExceptionHandler
This exception only handles a "FileNotFound" exception by sending
a file not found error report.
- Version:
- 0.9
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DBG
static org.apache.log4j.Category DBG
- Debugging class
FileNotFoundExceptionHandler
public FileNotFoundExceptionHandler()
configureExceptionHandler
public void configureExceptionHandler(java.util.Properties prop)
- This function configures any properties
- Specified by:
configureExceptionHandler in interface AspExceptionHandler
onExceptionOccured
public boolean onExceptionOccured(AspContext ctx,
AspException ex)
throws AspException
- This function is called when an exception occurs
- Specified by:
onExceptionOccured in interface AspExceptionHandler