public class org.apache.commons.math3.exception.MathIllegalStateException extends java.lang.IllegalStateException 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.MathIllegalStateException
  super_class: java.lang.IllegalStateException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -6024911025449780478

  private final org.apache.commons.math3.exception.util.ExceptionContext context;
    descriptor: Lorg/apache/commons/math3/exception/util/ExceptionContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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=4, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.exception.MathIllegalStateException this
        start local 1 // org.apache.commons.math3.exception.util.Localizable pattern
        start local 2 // java.lang.Object[] args
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.IllegalStateException.<init>:()V
         1: .line 46
            aload 0 /* this */
            new org.apache.commons.math3.exception.util.ExceptionContext
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.math3.exception.util.ExceptionContext.<init>:(Ljava/lang/Throwable;)V
            putfield org.apache.commons.math3.exception.MathIllegalStateException.context:Lorg/apache/commons/math3/exception/util/ExceptionContext;
         2: .line 47
            aload 0 /* this */
            getfield org.apache.commons.math3.exception.MathIllegalStateException.context: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
         3: .line 48
            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.MathIllegalStateException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/commons/math3/exception/MathIllegalStateException;
            0    4     1  pattern  Lorg/apache/commons/math3/exception/util/Localizable;
            0    4     2     args  [Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      pattern  
      args     

  public void <init>(java.lang.Throwable, org.apache.commons.math3.exception.util.Localizable, java.lang.Object[]);
    descriptor: (Ljava/lang/Throwable;Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.commons.math3.exception.MathIllegalStateException this
        start local 1 // java.lang.Throwable cause
        start local 2 // org.apache.commons.math3.exception.util.Localizable pattern
        start local 3 // java.lang.Object[] args
         0: .line 60
            aload 0 /* this */
            aload 1 /* cause */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
         1: .line 61
            aload 0 /* this */
            new org.apache.commons.math3.exception.util.ExceptionContext
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.math3.exception.util.ExceptionContext.<init>:(Ljava/lang/Throwable;)V
            putfield org.apache.commons.math3.exception.MathIllegalStateException.context:Lorg/apache/commons/math3/exception/util/ExceptionContext;
         2: .line 62
            aload 0 /* this */
            getfield org.apache.commons.math3.exception.MathIllegalStateException.context:Lorg/apache/commons/math3/exception/util/ExceptionContext;
            aload 2 /* pattern */
            aload 3 /* args */
            invokevirtual org.apache.commons.math3.exception.util.ExceptionContext.addMessage:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
         3: .line 63
            return
        end local 3 // java.lang.Object[] args
        end local 2 // org.apache.commons.math3.exception.util.Localizable pattern
        end local 1 // java.lang.Throwable cause
        end local 0 // org.apache.commons.math3.exception.MathIllegalStateException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/commons/math3/exception/MathIllegalStateException;
            0    4     1    cause  Ljava/lang/Throwable;
            0    4     2  pattern  Lorg/apache/commons/math3/exception/util/Localizable;
            0    4     3     args  [Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      cause    
      pattern  
      args     

  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.MathIllegalStateException this
         0: .line 69
            aload 0 /* this */
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.ILLEGAL_STATE:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iconst_0
            anewarray java.lang.Object
            invokespecial org.apache.commons.math3.exception.MathIllegalStateException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
         1: .line 70
            return
        end local 0 // org.apache.commons.math3.exception.MathIllegalStateException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/exception/MathIllegalStateException;

  public org.apache.commons.math3.exception.util.ExceptionContext getContext();
    descriptor: ()Lorg/apache/commons/math3/exception/util/ExceptionContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.exception.MathIllegalStateException this
         0: .line 74
            aload 0 /* this */
            getfield org.apache.commons.math3.exception.MathIllegalStateException.context:Lorg/apache/commons/math3/exception/util/ExceptionContext;
            areturn
        end local 0 // org.apache.commons.math3.exception.MathIllegalStateException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/exception/MathIllegalStateException;

  public java.lang.String getMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.exception.MathIllegalStateException this
         0: .line 80
            aload 0 /* this */
            getfield org.apache.commons.math3.exception.MathIllegalStateException.context:Lorg/apache/commons/math3/exception/util/ExceptionContext;
            invokevirtual org.apache.commons.math3.exception.util.ExceptionContext.getMessage:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.commons.math3.exception.MathIllegalStateException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/exception/MathIllegalStateException;

  public java.lang.String getLocalizedMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.exception.MathIllegalStateException this
         0: .line 86
            aload 0 /* this */
            getfield org.apache.commons.math3.exception.MathIllegalStateException.context:Lorg/apache/commons/math3/exception/util/ExceptionContext;
            invokevirtual org.apache.commons.math3.exception.util.ExceptionContext.getLocalizedMessage:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.commons.math3.exception.MathIllegalStateException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/exception/MathIllegalStateException;
}
SourceFile: "MathIllegalStateException.java"