public class org.apache.commons.lang.NotImplementedException extends java.lang.UnsupportedOperationException implements org.apache.commons.lang.exception.Nestable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.lang.NotImplementedException
  super_class: java.lang.UnsupportedOperationException
{
  private static final java.lang.String DEFAULT_MESSAGE;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "Code is not implemented"

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -6894122266938754088

  private org.apache.commons.lang.exception.NestableDelegate delegate;
    descriptor: Lorg/apache/commons/lang/exception/NestableDelegate;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Throwable cause;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.NotImplementedException this
         0: .line 82
            aload 0 /* this */
            ldc "Code is not implemented"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
         1: .line 67
            aload 0 /* this */
            new org.apache.commons.lang.exception.NestableDelegate
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.lang.exception.NestableDelegate.<init>:(Lorg/apache/commons/lang/exception/Nestable;)V
            putfield org.apache.commons.lang.NotImplementedException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
         2: .line 83
            return
        end local 0 // org.apache.commons.lang.NotImplementedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/lang/NotImplementedException;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.NotImplementedException this
        start local 1 // java.lang.String msg
         0: .line 92
            aload 0 /* this */
            aload 1 /* msg */
            ifnonnull 1
            ldc "Code is not implemented"
            goto 2
      StackMap locals:
      StackMap stack: uninitialized-this
         1: aload 1 /* msg */
      StackMap locals: uninitialized-this java.lang.String
      StackMap stack: uninitialized-this java.lang.String
         2: invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
         3: .line 67
            aload 0 /* this */
            new org.apache.commons.lang.exception.NestableDelegate
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.lang.exception.NestableDelegate.<init>:(Lorg/apache/commons/lang/exception/Nestable;)V
            putfield org.apache.commons.lang.NotImplementedException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
         4: .line 93
            return
        end local 1 // java.lang.String msg
        end local 0 // org.apache.commons.lang.NotImplementedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/lang/NotImplementedException;
            0    5     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   

  public void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.NotImplementedException this
        start local 1 // java.lang.Throwable cause
         0: .line 103
            aload 0 /* this */
            ldc "Code is not implemented"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
         1: .line 67
            aload 0 /* this */
            new org.apache.commons.lang.exception.NestableDelegate
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.lang.exception.NestableDelegate.<init>:(Lorg/apache/commons/lang/exception/Nestable;)V
            putfield org.apache.commons.lang.NotImplementedException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
         2: .line 104
            aload 0 /* this */
            aload 1 /* cause */
            putfield org.apache.commons.lang.NotImplementedException.cause:Ljava/lang/Throwable;
         3: .line 105
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // org.apache.commons.lang.NotImplementedException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/commons/lang/NotImplementedException;
            0    4     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public void <init>(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.commons.lang.NotImplementedException this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Throwable cause
         0: .line 116
            aload 0 /* this */
            aload 1 /* msg */
            ifnonnull 1
            ldc "Code is not implemented"
            goto 2
      StackMap locals:
      StackMap stack: uninitialized-this
         1: aload 1 /* msg */
      StackMap locals: uninitialized-this java.lang.String java.lang.Throwable
      StackMap stack: uninitialized-this java.lang.String
         2: invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
         3: .line 67
            aload 0 /* this */
            new org.apache.commons.lang.exception.NestableDelegate
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.lang.exception.NestableDelegate.<init>:(Lorg/apache/commons/lang/exception/Nestable;)V
            putfield org.apache.commons.lang.NotImplementedException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
         4: .line 117
            aload 0 /* this */
            aload 2 /* cause */
            putfield org.apache.commons.lang.NotImplementedException.cause:Ljava/lang/Throwable;
         5: .line 118
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String msg
        end local 0 // org.apache.commons.lang.NotImplementedException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/commons/lang/NotImplementedException;
            0    6     1    msg  Ljava/lang/String;
            0    6     2  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      msg    
      cause  

  public void <init>(java.lang.Class);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.NotImplementedException this
        start local 1 // java.lang.Class clazz
         0: .line 127
            aload 0 /* this */
            aload 1 /* clazz */
            ifnonnull 1
            ldc "Code is not implemented"
            goto 2
      StackMap locals:
      StackMap stack: uninitialized-this
         1: new java.lang.StringBuilder
            dup
            ldc "Code is not implemented in "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* clazz */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
      StackMap locals: uninitialized-this java.lang.Class
      StackMap stack: uninitialized-this java.lang.String
         2: invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
         3: .line 67
            aload 0 /* this */
            new org.apache.commons.lang.exception.NestableDelegate
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.lang.exception.NestableDelegate.<init>:(Lorg/apache/commons/lang/exception/Nestable;)V
            putfield org.apache.commons.lang.NotImplementedException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
         4: .line 128
            return
        end local 1 // java.lang.Class clazz
        end local 0 // org.apache.commons.lang.NotImplementedException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/commons/lang/NotImplementedException;
            0    5     1  clazz  Ljava/lang/Class;
    MethodParameters:
       Name  Flags
      clazz  

  public java.lang.Throwable getCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.NotImplementedException this
         0: .line 138
            aload 0 /* this */
            getfield org.apache.commons.lang.NotImplementedException.cause:Ljava/lang/Throwable;
            areturn
        end local 0 // org.apache.commons.lang.NotImplementedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/NotImplementedException;

  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.lang.NotImplementedException this
         0: .line 148
            aload 0 /* this */
            invokespecial java.lang.UnsupportedOperationException.getMessage:()Ljava/lang/String;
            ifnull 2
         1: .line 149
            aload 0 /* this */
            invokespecial java.lang.UnsupportedOperationException.getMessage:()Ljava/lang/String;
            areturn
         2: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang.NotImplementedException.cause:Ljava/lang/Throwable;
            ifnull 4
         3: .line 151
            aload 0 /* this */
            getfield org.apache.commons.lang.NotImplementedException.cause:Ljava/lang/Throwable;
            invokevirtual java.lang.Throwable.toString:()Ljava/lang/String;
            areturn
         4: .line 153
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.apache.commons.lang.NotImplementedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/lang/NotImplementedException;

  public java.lang.String getMessage(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.NotImplementedException this
        start local 1 // int index
         0: .line 169
            iload 1 /* index */
            ifne 2
         1: .line 170
            aload 0 /* this */
            invokespecial java.lang.UnsupportedOperationException.getMessage:()Ljava/lang/String;
            areturn
         2: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang.NotImplementedException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
            iload 1 /* index */
            invokevirtual org.apache.commons.lang.exception.NestableDelegate.getMessage:(I)Ljava/lang/String;
            areturn
        end local 1 // int index
        end local 0 // org.apache.commons.lang.NotImplementedException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/commons/lang/NotImplementedException;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.String[] getMessages();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.NotImplementedException this
         0: .line 184
            aload 0 /* this */
            getfield org.apache.commons.lang.NotImplementedException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
            invokevirtual org.apache.commons.lang.exception.NestableDelegate.getMessages:()[Ljava/lang/String;
            areturn
        end local 0 // org.apache.commons.lang.NotImplementedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/NotImplementedException;

  public java.lang.Throwable getThrowable(int);
    descriptor: (I)Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.NotImplementedException this
        start local 1 // int index
         0: .line 197
            aload 0 /* this */
            getfield org.apache.commons.lang.NotImplementedException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
            iload 1 /* index */
            invokevirtual org.apache.commons.lang.exception.NestableDelegate.getThrowable:(I)Ljava/lang/Throwable;
            areturn
        end local 1 // int index
        end local 0 // org.apache.commons.lang.NotImplementedException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/commons/lang/NotImplementedException;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getThrowableCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.NotImplementedException this
         0: .line 208
            aload 0 /* this */
            getfield org.apache.commons.lang.NotImplementedException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
            invokevirtual org.apache.commons.lang.exception.NestableDelegate.getThrowableCount:()I
            ireturn
        end local 0 // org.apache.commons.lang.NotImplementedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/NotImplementedException;

  public java.lang.Throwable[] getThrowables();
    descriptor: ()[Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.NotImplementedException this
         0: .line 220
            aload 0 /* this */
            getfield org.apache.commons.lang.NotImplementedException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
            invokevirtual org.apache.commons.lang.exception.NestableDelegate.getThrowables:()[Ljava/lang/Throwable;
            areturn
        end local 0 // org.apache.commons.lang.NotImplementedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/NotImplementedException;

  public int indexOfThrowable(java.lang.Class);
    descriptor: (Ljava/lang/Class;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.NotImplementedException this
        start local 1 // java.lang.Class type
         0: .line 233
            aload 0 /* this */
            getfield org.apache.commons.lang.NotImplementedException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
            aload 1 /* type */
            iconst_0
            invokevirtual org.apache.commons.lang.exception.NestableDelegate.indexOfThrowable:(Ljava/lang/Class;I)I
            ireturn
        end local 1 // java.lang.Class type
        end local 0 // org.apache.commons.lang.NotImplementedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/NotImplementedException;
            0    1     1  type  Ljava/lang/Class;
    MethodParameters:
      Name  Flags
      type  

  public int indexOfThrowable(java.lang.Class, int);
    descriptor: (Ljava/lang/Class;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.lang.NotImplementedException this
        start local 1 // java.lang.Class type
        start local 2 // int fromIndex
         0: .line 249
            aload 0 /* this */
            getfield org.apache.commons.lang.NotImplementedException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
            aload 1 /* type */
            iload 2 /* fromIndex */
            invokevirtual org.apache.commons.lang.exception.NestableDelegate.indexOfThrowable:(Ljava/lang/Class;I)I
            ireturn
        end local 2 // int fromIndex
        end local 1 // java.lang.Class type
        end local 0 // org.apache.commons.lang.NotImplementedException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/apache/commons/lang/NotImplementedException;
            0    1     1       type  Ljava/lang/Class;
            0    1     2  fromIndex  I
    MethodParameters:
           Name  Flags
      type       
      fromIndex  

  public void printStackTrace();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.NotImplementedException this
         0: .line 259
            aload 0 /* this */
            getfield org.apache.commons.lang.NotImplementedException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
            invokevirtual org.apache.commons.lang.exception.NestableDelegate.printStackTrace:()V
         1: .line 260
            return
        end local 0 // org.apache.commons.lang.NotImplementedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/lang/NotImplementedException;

  public void printStackTrace(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.NotImplementedException this
        start local 1 // java.io.PrintStream out
         0: .line 270
            aload 0 /* this */
            getfield org.apache.commons.lang.NotImplementedException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
            aload 1 /* out */
            invokevirtual org.apache.commons.lang.exception.NestableDelegate.printStackTrace:(Ljava/io/PrintStream;)V
         1: .line 271
            return
        end local 1 // java.io.PrintStream out
        end local 0 // org.apache.commons.lang.NotImplementedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/lang/NotImplementedException;
            0    2     1   out  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      out   

  public void printStackTrace(java.io.PrintWriter);
    descriptor: (Ljava/io/PrintWriter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.NotImplementedException this
        start local 1 // java.io.PrintWriter out
         0: .line 281
            aload 0 /* this */
            getfield org.apache.commons.lang.NotImplementedException.delegate:Lorg/apache/commons/lang/exception/NestableDelegate;
            aload 1 /* out */
            invokevirtual org.apache.commons.lang.exception.NestableDelegate.printStackTrace:(Ljava/io/PrintWriter;)V
         1: .line 282
            return
        end local 1 // java.io.PrintWriter out
        end local 0 // org.apache.commons.lang.NotImplementedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/lang/NotImplementedException;
            0    2     1   out  Ljava/io/PrintWriter;
    MethodParameters:
      Name  Flags
      out   

  public final void printPartialStackTrace(java.io.PrintWriter);
    descriptor: (Ljava/io/PrintWriter;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.NotImplementedException this
        start local 1 // java.io.PrintWriter out
         0: .line 292
            aload 0 /* this */
            aload 1 /* out */
            invokespecial java.lang.UnsupportedOperationException.printStackTrace:(Ljava/io/PrintWriter;)V
         1: .line 293
            return
        end local 1 // java.io.PrintWriter out
        end local 0 // org.apache.commons.lang.NotImplementedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/lang/NotImplementedException;
            0    2     1   out  Ljava/io/PrintWriter;
    MethodParameters:
      Name  Flags
      out   
}
SourceFile: "NotImplementedException.java"