gov.noaa.pmel.tmap
Class ExceptionFilter

java.lang.Object
  |
  +--gov.noaa.pmel.tmap.ExceptionFilter

public class ExceptionFilter
extends java.lang.Object

Implementation of servlet Filter interface that handles LAS exceptions

Version:
$Version$
Author:
$Author: kobrien $

Constructor Summary
ExceptionFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest req, ServletResponse resp, FilterChain chain)
           
 void init(FilterConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionFilter

public ExceptionFilter()
Method Detail

init

public void init(FilterConfig config)

doFilter

public void doFilter(ServletRequest req,
                     ServletResponse resp,
                     FilterChain chain)
              throws java.io.IOException,
                     ServletException
java.io.IOException
ServletException

destroy

public void destroy()