public class org.apache.commons.math3.geometry.euclidean.threed.CardanEulerSingularityException 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.geometry.euclidean.threed.CardanEulerSingularityException
  super_class: org.apache.commons.math3.exception.MathIllegalStateException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1360952845582206770

  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.CardanEulerSingularityException this
        start local 1 // boolean isCardan
         0: .line 41
            aload 0 /* this */
            iload 1 /* isCardan */
            ifeq 1
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.CARDAN_ANGLES_SINGULARITY:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            goto 2
      StackMap locals:
      StackMap stack: uninitialized-this
         1: getstatic org.apache.commons.math3.exception.util.LocalizedFormats.EULER_ANGLES_SINGULARITY:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
      StackMap locals: uninitialized-this int
      StackMap stack: uninitialized-this org.apache.commons.math3.exception.util.LocalizedFormats
         2: 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
         3: .line 42
            return
        end local 1 // boolean isCardan
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.CardanEulerSingularityException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/apache/commons/math3/geometry/euclidean/threed/CardanEulerSingularityException;
            0    4     1  isCardan  Z
    MethodParameters:
          Name  Flags
      isCardan  
}
SourceFile: "CardanEulerSingularityException.java"