public class org.apache.commons.math3.exception.NonMonotonicSequenceException extends org.apache.commons.math3.exception.MathIllegalNumberException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.exception.NonMonotonicSequenceException
  super_class: org.apache.commons.math3.exception.MathIllegalNumberException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3596849179428944575

  private final org.apache.commons.math3.util.MathArrays$OrderDirection direction;
    descriptor: Lorg/apache/commons/math3/util/MathArrays$OrderDirection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean strict;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int index;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Number previous;
    descriptor: Ljava/lang/Number;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.Number, java.lang.Number, int);
    descriptor: (Ljava/lang/Number;Ljava/lang/Number;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.apache.commons.math3.exception.NonMonotonicSequenceException this
        start local 1 // java.lang.Number wrong
        start local 2 // java.lang.Number previous
        start local 3 // int index
         0: .line 60
            aload 0 /* this */
            aload 1 /* wrong */
            aload 2 /* previous */
            iload 3 /* index */
            getstatic org.apache.commons.math3.util.MathArrays$OrderDirection.INCREASING:Lorg/apache/commons/math3/util/MathArrays$OrderDirection;
            iconst_1
            invokespecial org.apache.commons.math3.exception.NonMonotonicSequenceException.<init>:(Ljava/lang/Number;Ljava/lang/Number;ILorg/apache/commons/math3/util/MathArrays$OrderDirection;Z)V
         1: .line 61
            return
        end local 3 // int index
        end local 2 // java.lang.Number previous
        end local 1 // java.lang.Number wrong
        end local 0 // org.apache.commons.math3.exception.NonMonotonicSequenceException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/commons/math3/exception/NonMonotonicSequenceException;
            0    2     1     wrong  Ljava/lang/Number;
            0    2     2  previous  Ljava/lang/Number;
            0    2     3     index  I
    MethodParameters:
          Name  Flags
      wrong     
      previous  
      index     

  public void <init>(java.lang.Number, java.lang.Number, int, org.apache.commons.math3.util.MathArrays$OrderDirection, boolean);
    descriptor: (Ljava/lang/Number;Ljava/lang/Number;ILorg/apache/commons/math3/util/MathArrays$OrderDirection;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // org.apache.commons.math3.exception.NonMonotonicSequenceException this
        start local 1 // java.lang.Number wrong
        start local 2 // java.lang.Number previous
        start local 3 // int index
        start local 4 // org.apache.commons.math3.util.MathArrays$OrderDirection direction
        start local 5 // boolean strict
         0: .line 79
            aload 0 /* this */
            aload 4 /* direction */
            getstatic org.apache.commons.math3.util.MathArrays$OrderDirection.INCREASING:Lorg/apache/commons/math3/util/MathArrays$OrderDirection;
            if_acmpne 4
         1: .line 80
            iload 5 /* strict */
            ifeq 3
         2: .line 81
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.NOT_STRICTLY_INCREASING_SEQUENCE:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            goto 7
         3: .line 82
      StackMap locals:
      StackMap stack: uninitialized-this
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.NOT_INCREASING_SEQUENCE:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            goto 7
         4: .line 83
      StackMap locals:
      StackMap stack: uninitialized-this
            iload 5 /* strict */
            ifeq 6
         5: .line 84
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.NOT_STRICTLY_DECREASING_SEQUENCE:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            goto 7
         6: .line 85
      StackMap locals:
      StackMap stack: uninitialized-this
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.NOT_DECREASING_SEQUENCE:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
         7: .line 86
      StackMap locals: uninitialized-this java.lang.Number java.lang.Number int org.apache.commons.math3.util.MathArrays$OrderDirection int
      StackMap stack: uninitialized-this org.apache.commons.math3.exception.util.LocalizedFormats
            aload 1 /* wrong */
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* previous */
            aastore
            dup
            iconst_1
            iload 3 /* index */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            iload 3 /* index */
            iconst_1
            isub
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokespecial org.apache.commons.math3.exception.MathIllegalNumberException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;Ljava/lang/Number;[Ljava/lang/Object;)V
         8: .line 88
            aload 0 /* this */
            aload 4 /* direction */
            putfield org.apache.commons.math3.exception.NonMonotonicSequenceException.direction:Lorg/apache/commons/math3/util/MathArrays$OrderDirection;
         9: .line 89
            aload 0 /* this */
            iload 5 /* strict */
            putfield org.apache.commons.math3.exception.NonMonotonicSequenceException.strict:Z
        10: .line 90
            aload 0 /* this */
            iload 3 /* index */
            putfield org.apache.commons.math3.exception.NonMonotonicSequenceException.index:I
        11: .line 91
            aload 0 /* this */
            aload 2 /* previous */
            putfield org.apache.commons.math3.exception.NonMonotonicSequenceException.previous:Ljava/lang/Number;
        12: .line 92
            return
        end local 5 // boolean strict
        end local 4 // org.apache.commons.math3.util.MathArrays$OrderDirection direction
        end local 3 // int index
        end local 2 // java.lang.Number previous
        end local 1 // java.lang.Number wrong
        end local 0 // org.apache.commons.math3.exception.NonMonotonicSequenceException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/apache/commons/math3/exception/NonMonotonicSequenceException;
            0   13     1      wrong  Ljava/lang/Number;
            0   13     2   previous  Ljava/lang/Number;
            0   13     3      index  I
            0   13     4  direction  Lorg/apache/commons/math3/util/MathArrays$OrderDirection;
            0   13     5     strict  Z
    MethodParameters:
           Name  Flags
      wrong      
      previous   
      index      
      direction  
      strict     

  public org.apache.commons.math3.util.MathArrays$OrderDirection getDirection();
    descriptor: ()Lorg/apache/commons/math3/util/MathArrays$OrderDirection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.exception.NonMonotonicSequenceException this
         0: .line 98
            aload 0 /* this */
            getfield org.apache.commons.math3.exception.NonMonotonicSequenceException.direction:Lorg/apache/commons/math3/util/MathArrays$OrderDirection;
            areturn
        end local 0 // org.apache.commons.math3.exception.NonMonotonicSequenceException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/exception/NonMonotonicSequenceException;

  public boolean getStrict();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.exception.NonMonotonicSequenceException this
         0: .line 104
            aload 0 /* this */
            getfield org.apache.commons.math3.exception.NonMonotonicSequenceException.strict:Z
            ireturn
        end local 0 // org.apache.commons.math3.exception.NonMonotonicSequenceException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/exception/NonMonotonicSequenceException;

  public int getIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.exception.NonMonotonicSequenceException this
         0: .line 112
            aload 0 /* this */
            getfield org.apache.commons.math3.exception.NonMonotonicSequenceException.index:I
            ireturn
        end local 0 // org.apache.commons.math3.exception.NonMonotonicSequenceException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/exception/NonMonotonicSequenceException;

  public java.lang.Number getPrevious();
    descriptor: ()Ljava/lang/Number;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.exception.NonMonotonicSequenceException this
         0: .line 118
            aload 0 /* this */
            getfield org.apache.commons.math3.exception.NonMonotonicSequenceException.previous:Ljava/lang/Number;
            areturn
        end local 0 // org.apache.commons.math3.exception.NonMonotonicSequenceException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/exception/NonMonotonicSequenceException;
}
SourceFile: "NonMonotonicSequenceException.java"
InnerClasses:
  public final OrderDirection = org.apache.commons.math3.util.MathArrays$OrderDirection of org.apache.commons.math3.util.MathArrays