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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.exception.ConvergenceException this
         0: .line 36
            aload 0 /* this */
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.CONVERGENCE_FAILED:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iconst_0
            anewarray java.lang.Object
            invokespecial org.apache.commons.math3.exception.ConvergenceException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
         1: .line 37
            return
        end local 0 // org.apache.commons.math3.exception.ConvergenceException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/exception/ConvergenceException;

  public void <init>(org.apache.commons.math3.exception.util.Localizable, java.lang.Object[]);
    descriptor: (Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.exception.ConvergenceException this
        start local 1 // org.apache.commons.math3.exception.util.Localizable pattern
        start local 2 // java.lang.Object[] args
         0: .line 46
            aload 0 /* this */
            invokespecial org.apache.commons.math3.exception.MathIllegalStateException.<init>:()V
         1: .line 48
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.exception.ConvergenceException.getContext:()Lorg/apache/commons/math3/exception/util/ExceptionContext;
            aload 1 /* pattern */
            aload 2 /* args */
            invokevirtual org.apache.commons.math3.exception.util.ExceptionContext.addMessage:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
         2: .line 49
            return
        end local 2 // java.lang.Object[] args
        end local 1 // org.apache.commons.math3.exception.util.Localizable pattern
        end local 0 // org.apache.commons.math3.exception.ConvergenceException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/commons/math3/exception/ConvergenceException;
            0    3     1  pattern  Lorg/apache/commons/math3/exception/util/Localizable;
            0    3     2     args  [Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      pattern  
      args     
}
SourceFile: "ConvergenceException.java"