public class javax.management.BadBinaryOpValueExpException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.management.BadBinaryOpValueExpException
  super_class: java.lang.Exception
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5068475589449021227

  private javax.management.ValueExp exp;
    descriptor: Ljavax/management/ValueExp;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(javax.management.ValueExp);
    descriptor: (Ljavax/management/ValueExp;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.management.BadBinaryOpValueExpException this
        start local 1 // javax.management.ValueExp exp
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Exception.<init>:()V
         1: .line 55
            aload 0 /* this */
            aload 1 /* exp */
            putfield javax.management.BadBinaryOpValueExpException.exp:Ljavax/management/ValueExp;
         2: .line 56
            return
        end local 1 // javax.management.ValueExp exp
        end local 0 // javax.management.BadBinaryOpValueExpException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/management/BadBinaryOpValueExpException;
            0    3     1   exp  Ljavax/management/ValueExp;
    MethodParameters:
      Name  Flags
      exp   

  public javax.management.ValueExp getExp();
    descriptor: ()Ljavax/management/ValueExp;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.management.BadBinaryOpValueExpException this
         0: .line 65
            aload 0 /* this */
            getfield javax.management.BadBinaryOpValueExpException.exp:Ljavax/management/ValueExp;
            areturn
        end local 0 // javax.management.BadBinaryOpValueExpException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/BadBinaryOpValueExpException;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.management.BadBinaryOpValueExpException this
         0: .line 72
            new java.lang.StringBuilder
            dup
            ldc "BadBinaryOpValueExpException: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield javax.management.BadBinaryOpValueExpException.exp:Ljavax/management/ValueExp;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // javax.management.BadBinaryOpValueExpException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/BadBinaryOpValueExpException;
}
SourceFile: "BadBinaryOpValueExpException.java"