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>
  • 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:
      handle in interface com.robothy.netty.router.ExceptionHandler<IllegalArgumentException>