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

  public void <init>(java.lang.Number);
    descriptor: (Ljava/lang/Number;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.exception.TooManyEvaluationsException this
        start local 1 // java.lang.Number max
         0: .line 36
            aload 0 /* this */
            aload 1 /* max */
            invokespecial org.apache.commons.math3.exception.MaxCountExceededException.<init>:(Ljava/lang/Number;)V
         1: .line 37
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.exception.TooManyEvaluationsException.getContext:()Lorg/apache/commons/math3/exception/util/ExceptionContext;
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.EVALUATIONS:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iconst_0
            anewarray java.lang.Object
            invokevirtual org.apache.commons.math3.exception.util.ExceptionContext.addMessage:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
         2: .line 38
            return
        end local 1 // java.lang.Number max
        end local 0 // org.apache.commons.math3.exception.TooManyEvaluationsException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/exception/TooManyEvaluationsException;
            0    3     1   max  Ljava/lang/Number;
    MethodParameters:
      Name  Flags
      max   
}
SourceFile: "TooManyEvaluationsException.java"