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

  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.geometry.euclidean.threed.NotARotationMatrixException this
        start local 1 // org.apache.commons.math3.exception.util.Localizable specifier
        start local 2 // java.lang.Object[] parts
         0: .line 44
            aload 0 /* this */
            aload 1 /* specifier */
            aload 2 /* parts */
            invokespecial org.apache.commons.math3.exception.MathIllegalArgumentException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
         1: .line 45
            return
        end local 2 // java.lang.Object[] parts
        end local 1 // org.apache.commons.math3.exception.util.Localizable specifier
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.NotARotationMatrixException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/commons/math3/geometry/euclidean/threed/NotARotationMatrixException;
            0    2     1  specifier  Lorg/apache/commons/math3/exception/util/Localizable;
            0    2     2      parts  [Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      specifier  
      parts      
}
SourceFile: "NotARotationMatrixException.java"