public interface org.springframework.web.client.ResponseErrorHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.web.client.ResponseErrorHandler
  super_class: java.lang.Object
{
  public abstract boolean hasError(org.springframework.http.client.ClientHttpResponse);
    descriptor: (Lorg/springframework/http/client/ClientHttpResponse;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      response  

  public abstract void handleError(org.springframework.http.client.ClientHttpResponse);
    descriptor: (Lorg/springframework/http/client/ClientHttpResponse;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      response  

  public void handleError(java.net.URI, org.springframework.http.HttpMethod, org.springframework.http.client.ClientHttpResponse);
    descriptor: (Ljava/net/URI;Lorg/springframework/http/HttpMethod;Lorg/springframework/http/client/ClientHttpResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.springframework.web.client.ResponseErrorHandler this
        start local 1 // java.net.URI url
        start local 2 // org.springframework.http.HttpMethod method
        start local 3 // org.springframework.http.client.ClientHttpResponse response
         0: .line 63
            aload 0 /* this */
            aload 3 /* response */
            invokeinterface org.springframework.web.client.ResponseErrorHandler.handleError:(Lorg/springframework/http/client/ClientHttpResponse;)V
         1: .line 64
            return
        end local 3 // org.springframework.http.client.ClientHttpResponse response
        end local 2 // org.springframework.http.HttpMethod method
        end local 1 // java.net.URI url
        end local 0 // org.springframework.web.client.ResponseErrorHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/springframework/web/client/ResponseErrorHandler;
            0    2     1       url  Ljava/net/URI;
            0    2     2    method  Lorg/springframework/http/HttpMethod;
            0    2     3  response  Lorg/springframework/http/client/ClientHttpResponse;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      url       
      method    
      response  
}
SourceFile: "ResponseErrorHandler.java"