Package org.n52.iceland.binding
Interface EncodingExceptionHandler
-
- All Known Subinterfaces:
Binding
- All Known Implementing Classes:
AbstractXmlBinding,EXIBinding,JSONBinding,KvpBinding,PoxBinding,SimpleBinding,SoapBinding
public interface EncodingExceptionHandler- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjecthandleEncodingException(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, EncodingException oer)
-
-
-
Method Detail
-
handleEncodingException
Object handleEncodingException(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, EncodingException oer) throws HTTPException
- Throws:
HTTPException
-
-