public class org.springframework.beans.ConversionNotSupportedException extends org.springframework.beans.TypeMismatchException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.beans.ConversionNotSupportedException
  super_class: org.springframework.beans.TypeMismatchException
{
  public void <init>(java.beans.PropertyChangeEvent, java.lang.Class<?>, java.lang.Throwable);
    descriptor: (Ljava/beans/PropertyChangeEvent;Ljava/lang/Class;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.springframework.beans.ConversionNotSupportedException this
        start local 1 // java.beans.PropertyChangeEvent propertyChangeEvent
        start local 2 // java.lang.Class requiredType
        start local 3 // java.lang.Throwable cause
         0: .line 41
            aload 0 /* this */
            aload 1 /* propertyChangeEvent */
            aload 2 /* requiredType */
            aload 3 /* cause */
            invokespecial org.springframework.beans.TypeMismatchException.<init>:(Ljava/beans/PropertyChangeEvent;Ljava/lang/Class;Ljava/lang/Throwable;)V
         1: .line 42
            return
        end local 3 // java.lang.Throwable cause
        end local 2 // java.lang.Class requiredType
        end local 1 // java.beans.PropertyChangeEvent propertyChangeEvent
        end local 0 // org.springframework.beans.ConversionNotSupportedException this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/springframework/beans/ConversionNotSupportedException;
            0    2     1  propertyChangeEvent  Ljava/beans/PropertyChangeEvent;
            0    2     2         requiredType  Ljava/lang/Class<*>;
            0    2     3                cause  Ljava/lang/Throwable;
    Signature: (Ljava/beans/PropertyChangeEvent;Ljava/lang/Class<*>;Ljava/lang/Throwable;)V
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
      2:
        org.springframework.lang.Nullable()
    MethodParameters:
                     Name  Flags
      propertyChangeEvent  
      requiredType         
      cause                

  public void <init>(, java.lang.Class<?>, java.lang.Throwable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.springframework.beans.ConversionNotSupportedException this
        start local 1 // java.lang.Object value
        start local 2 // java.lang.Class requiredType
        start local 3 // java.lang.Throwable cause
         0: .line 51
            aload 0 /* this */
            aload 1 /* value */
            aload 2 /* requiredType */
            aload 3 /* cause */
            invokespecial org.springframework.beans.TypeMismatchException.<init>:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/Throwable;)V
         1: .line 52
            return
        end local 3 // java.lang.Throwable cause
        end local 2 // java.lang.Class requiredType
        end local 1 // java.lang.Object value
        end local 0 // org.springframework.beans.ConversionNotSupportedException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/springframework/beans/ConversionNotSupportedException;
            0    2     1         value  Ljava/lang/Object;
            0    2     2  requiredType  Ljava/lang/Class<*>;
            0    2     3         cause  Ljava/lang/Throwable;
    Signature: (Ljava/lang/Object;Ljava/lang/Class<*>;Ljava/lang/Throwable;)V
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
        org.springframework.lang.Nullable()
      2:
        org.springframework.lang.Nullable()
    MethodParameters:
              Name  Flags
      value         
      requiredType  
      cause         
}
SourceFile: "ConversionNotSupportedException.java"