类 HttpRequestMethodNotSupportedExceptionResponseBuilder

java.lang.Object
net.guerlab.cloud.commons.exception.handler.AbstractResponseBuilder
net.guerlab.cloud.web.core.exception.handler.AbstractI18nResponseBuilder
net.guerlab.cloud.web.webmvc.exception.handler.builder.HttpRequestMethodNotSupportedExceptionResponseBuilder
所有已实现的接口:
Comparable<net.guerlab.cloud.commons.exception.handler.ResponseBuilder>, net.guerlab.cloud.commons.exception.handler.ResponseBuilder, org.springframework.core.Ordered

public class HttpRequestMethodNotSupportedExceptionResponseBuilder extends AbstractI18nResponseBuilder
HttpRequestMethodNotSupportedException异常处理.
作者:
guer
  • 字段概要

    从类继承的字段 net.guerlab.cloud.commons.exception.handler.AbstractResponseBuilder

    DEFAULT_ORDER, messageSource, stackTracesHandler

    从接口继承的字段 org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • 构造器概要

    构造器
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
     
    net.guerlab.cloud.core.result.Fail<Void>
     

    从类继承的方法 net.guerlab.cloud.web.core.exception.handler.AbstractI18nResponseBuilder

    buildByI18nInfo

    从类继承的方法 net.guerlab.cloud.commons.exception.handler.AbstractResponseBuilder

    getMessage, getOrder, setMessageSource, setStackTracesHandler

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 net.guerlab.cloud.commons.exception.handler.ResponseBuilder

    compareTo
  • 构造器详细资料

    • HttpRequestMethodNotSupportedExceptionResponseBuilder

      public HttpRequestMethodNotSupportedExceptionResponseBuilder()
  • 方法详细资料

    • accept

      public boolean accept(Throwable e)
    • build

      public net.guerlab.cloud.core.result.Fail<Void> build(Throwable e)