All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class novocode.netforge.http.responder.SendableExceptionResponder

java.lang.Object
   |
   +----novocode.netforge.http.responder.Responder
           |
           +----novocode.netforge.http.responder.SendableExceptionResponder

public final class SendableExceptionResponder
extends Responder

Constructor Index

 o SendableExceptionResponder()

Method Index

 o createResponse(Request)
 o createResponse(Request, SendableException)

Constructors

 o SendableExceptionResponder
 public SendableExceptionResponder()

Methods

 o createResponse
 public Response createResponse(Request req)
Overrides:
createResponse in class Responder
 o createResponse
 public Response createResponse(Request req,
                                SendableException e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index