public class org.apache.commons.math3.exception.MathParseException extends org.apache.commons.math3.exception.MathIllegalStateException implements org.apache.commons.math3.exception.util.ExceptionContextProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.exception.MathParseException
  super_class: org.apache.commons.math3.exception.MathIllegalStateException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -6024911025449780478

  public void <init>(java.lang.String, int, java.lang.Class<?>);
    descriptor: (Ljava/lang/String;ILjava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.apache.commons.math3.exception.MathParseException this
        start local 1 // java.lang.String wrong
        start local 2 // int position
        start local 3 // java.lang.Class type
         0: .line 39
            aload 0 /* this */
            invokespecial org.apache.commons.math3.exception.MathIllegalStateException.<init>:()V
         1: .line 42
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.exception.MathParseException.getContext:()Lorg/apache/commons/math3/exception/util/ExceptionContext;
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.CANNOT_PARSE_AS_TYPE:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
         2: .line 43
            aload 1 /* wrong */
            aastore
            dup
            iconst_1
            iload 2 /* position */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 3 /* type */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
         3: .line 42
            invokevirtual org.apache.commons.math3.exception.util.ExceptionContext.addMessage:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
         4: .line 44
            return
        end local 3 // java.lang.Class type
        end local 2 // int position
        end local 1 // java.lang.String wrong
        end local 0 // org.apache.commons.math3.exception.MathParseException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/commons/math3/exception/MathParseException;
            0    5     1     wrong  Ljava/lang/String;
            0    5     2  position  I
            0    5     3      type  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/String;ILjava/lang/Class<*>;)V
    MethodParameters:
          Name  Flags
      wrong     
      position  
      type      

  public void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.exception.MathParseException this
        start local 1 // java.lang.String wrong
        start local 2 // int position
         0: .line 51
            aload 0 /* this */
            invokespecial org.apache.commons.math3.exception.MathIllegalStateException.<init>:()V
         1: .line 53
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.exception.MathParseException.getContext:()Lorg/apache/commons/math3/exception/util/ExceptionContext;
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.CANNOT_PARSE:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         2: .line 54
            aload 1 /* wrong */
            aastore
            dup
            iconst_1
            iload 2 /* position */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         3: .line 53
            invokevirtual org.apache.commons.math3.exception.util.ExceptionContext.addMessage:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
         4: .line 55
            return
        end local 2 // int position
        end local 1 // java.lang.String wrong
        end local 0 // org.apache.commons.math3.exception.MathParseException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/commons/math3/exception/MathParseException;
            0    5     1     wrong  Ljava/lang/String;
            0    5     2  position  I
    MethodParameters:
          Name  Flags
      wrong     
      position  
}
SourceFile: "MathParseException.java"