org.norther.tammi.spray.filter
Interface ExceptionFilter

All Superinterfaces:
Filter, TerminationFilter
All Known Subinterfaces:
TemplateExceptionFilter
All Known Implementing Classes:
AuthorizationExceptionFilter, DefaultExceptionFilter, DefaultTemplateExceptionFilter, RedirectionExceptionFilter

public interface ExceptionFilter
extends TerminationFilter

ExceptionFilter is an interface to exception handling filters.

Author:
Ilkka Priha

Method Summary
 String getLocalizedMessage()
          Gets a localized exception message.
 String getMessage()
          Get an exception message.
 int getStatusCode()
          Gets the status code.
 
Methods inherited from interface javax.servlet.Filter
destroy, doFilter, init
 

Method Detail

getStatusCode

int getStatusCode()
Gets the status code.

Returns:
the status code.

getMessage

String getMessage()
Get an exception message.

Returns:
the message.

getLocalizedMessage

String getLocalizedMessage()
Gets a localized exception message.

Returns:
the message.


Copyright © 2004 The Norther Organization. All rights reserved.