Package com.robothy.s3.rest.handler
Class IllegalArgumentExceptionHandler
java.lang.Object
com.robothy.s3.rest.handler.IllegalArgumentExceptionHandler
- All Implemented Interfaces:
com.robothy.netty.router.ExceptionHandler<IllegalArgumentException>
public class IllegalArgumentExceptionHandler
extends Object
implements com.robothy.netty.router.ExceptionHandler<IllegalArgumentException>
IllegalArgumentException handler.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(IllegalArgumentException e, com.robothy.netty.http.HttpRequest httpRequest, com.robothy.netty.http.HttpResponse response)
-
Constructor Details
-
IllegalArgumentExceptionHandler
public IllegalArgumentExceptionHandler()
-
-
Method Details
-
handle
public void handle(IllegalArgumentException e, com.robothy.netty.http.HttpRequest httpRequest, com.robothy.netty.http.HttpResponse response) - Specified by:
handlein interfacecom.robothy.netty.router.ExceptionHandler<IllegalArgumentException>
-