class freemarker.core.NestedContentNotSupportedException extends freemarker.template.TemplateException
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: freemarker.core.NestedContentNotSupportedException
  super_class: freemarker.template.TemplateException
{
  public static void check(freemarker.template.TemplateDirectiveBody);
    descriptor: (Lfreemarker/template/TemplateDirectiveBody;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // freemarker.template.TemplateDirectiveBody body
         0: .line 36
            aload 0 /* body */
            ifnonnull 2
         1: .line 37
            return
         2: .line 39
      StackMap locals:
      StackMap stack:
            aload 0 /* body */
            instanceof freemarker.core.Environment$NestedElementTemplateDirectiveBody
            ifeq 7
         3: .line 40
            aload 0 /* body */
            checkcast freemarker.core.Environment$NestedElementTemplateDirectiveBody
            invokevirtual freemarker.core.Environment$NestedElementTemplateDirectiveBody.getChildrenBuffer:()[Lfreemarker/core/TemplateElement;
            astore 1 /* tes */
        start local 1 // freemarker.core.TemplateElement[] tes
         4: .line 41
            aload 1 /* tes */
            ifnull 6
            aload 1 /* tes */
            arraylength
            ifeq 6
         5: .line 42
            aload 1 /* tes */
            iconst_0
            aaload
            instanceof freemarker.core.ThreadInterruptionSupportTemplatePostProcessor$ThreadInterruptionCheck
            ifeq 7
            aload 1 /* tes */
            arraylength
            iconst_1
            if_icmpeq 6
            aload 1 /* tes */
            iconst_1
            aaload
            ifnonnull 7
         6: .line 43
      StackMap locals: freemarker.core.TemplateElement[]
      StackMap stack:
            return
        end local 1 // freemarker.core.TemplateElement[] tes
         7: .line 46
      StackMap locals:
      StackMap stack:
            new freemarker.core.NestedContentNotSupportedException
            dup
            invokestatic freemarker.core.Environment.getCurrentEnvironment:()Lfreemarker/core/Environment;
            invokespecial freemarker.core.NestedContentNotSupportedException.<init>:(Lfreemarker/core/Environment;)V
            athrow
        end local 0 // freemarker.template.TemplateDirectiveBody body
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  body  Lfreemarker/template/TemplateDirectiveBody;
            4    7     1   tes  [Lfreemarker/core/TemplateElement;
    Exceptions:
      throws freemarker.core.NestedContentNotSupportedException
    MethodParameters:
      Name  Flags
      body  

  private void <init>(freemarker.core.Environment);
    descriptor: (Lfreemarker/core/Environment;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // freemarker.core.NestedContentNotSupportedException this
        start local 1 // freemarker.core.Environment env
         0: .line 51
            aload 0 /* this */
            aconst_null
            aconst_null
            aload 1 /* env */
            invokespecial freemarker.core.NestedContentNotSupportedException.<init>:(Ljava/lang/String;Ljava/lang/Exception;Lfreemarker/core/Environment;)V
         1: .line 52
            return
        end local 1 // freemarker.core.Environment env
        end local 0 // freemarker.core.NestedContentNotSupportedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lfreemarker/core/NestedContentNotSupportedException;
            0    2     1   env  Lfreemarker/core/Environment;
    MethodParameters:
      Name  Flags
      env   

  private void <init>(java.lang.Exception, freemarker.core.Environment);
    descriptor: (Ljava/lang/Exception;Lfreemarker/core/Environment;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // freemarker.core.NestedContentNotSupportedException this
        start local 1 // java.lang.Exception cause
        start local 2 // freemarker.core.Environment env
         0: .line 55
            aload 0 /* this */
            aconst_null
            aload 1 /* cause */
            aload 2 /* env */
            invokespecial freemarker.core.NestedContentNotSupportedException.<init>:(Ljava/lang/String;Ljava/lang/Exception;Lfreemarker/core/Environment;)V
         1: .line 56
            return
        end local 2 // freemarker.core.Environment env
        end local 1 // java.lang.Exception cause
        end local 0 // freemarker.core.NestedContentNotSupportedException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lfreemarker/core/NestedContentNotSupportedException;
            0    2     1  cause  Ljava/lang/Exception;
            0    2     2    env  Lfreemarker/core/Environment;
    MethodParameters:
       Name  Flags
      cause  
      env    

  private void <init>(java.lang.String, freemarker.core.Environment);
    descriptor: (Ljava/lang/String;Lfreemarker/core/Environment;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // freemarker.core.NestedContentNotSupportedException this
        start local 1 // java.lang.String description
        start local 2 // freemarker.core.Environment env
         0: .line 59
            aload 0 /* this */
            aload 1 /* description */
            aconst_null
            aload 2 /* env */
            invokespecial freemarker.core.NestedContentNotSupportedException.<init>:(Ljava/lang/String;Ljava/lang/Exception;Lfreemarker/core/Environment;)V
         1: .line 60
            return
        end local 2 // freemarker.core.Environment env
        end local 1 // java.lang.String description
        end local 0 // freemarker.core.NestedContentNotSupportedException this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lfreemarker/core/NestedContentNotSupportedException;
            0    2     1  description  Ljava/lang/String;
            0    2     2          env  Lfreemarker/core/Environment;
    MethodParameters:
             Name  Flags
      description  
      env          

  private void <init>(java.lang.String, java.lang.Exception, freemarker.core.Environment);
    descriptor: (Ljava/lang/String;Ljava/lang/Exception;Lfreemarker/core/Environment;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // freemarker.core.NestedContentNotSupportedException this
        start local 1 // java.lang.String description
        start local 2 // java.lang.Exception cause
        start local 3 // freemarker.core.Environment env
         0: .line 63
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Nested content (body) not supported."
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 64
            aload 1 /* description */
            ifnull 2
            new java.lang.StringBuilder
            dup
            ldc " "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* description */
            invokestatic freemarker.template.utility.StringUtil.jQuote:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            goto 3
      StackMap locals: uninitialized-this java.lang.String java.lang.Exception freemarker.core.Environment
      StackMap stack: uninitialized-this java.lang.StringBuilder
         2: ldc ""
      StackMap locals: uninitialized-this java.lang.String java.lang.Exception freemarker.core.Environment
      StackMap stack: uninitialized-this java.lang.StringBuilder java.lang.String
         3: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 63
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 65
            aload 2 /* cause */
            aload 3 /* env */
            invokespecial freemarker.template.TemplateException.<init>:(Ljava/lang/String;Ljava/lang/Exception;Lfreemarker/core/Environment;)V
         6: .line 66
            return
        end local 3 // freemarker.core.Environment env
        end local 2 // java.lang.Exception cause
        end local 1 // java.lang.String description
        end local 0 // freemarker.core.NestedContentNotSupportedException this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lfreemarker/core/NestedContentNotSupportedException;
            0    7     1  description  Ljava/lang/String;
            0    7     2        cause  Ljava/lang/Exception;
            0    7     3          env  Lfreemarker/core/Environment;
    MethodParameters:
             Name  Flags
      description  
      cause        
      env          
}
SourceFile: "NestedContentNotSupportedException.java"
InnerClasses:
  final NestedElementTemplateDirectiveBody = freemarker.core.Environment$NestedElementTemplateDirectiveBody of freemarker.core.Environment
  ThreadInterruptionCheck = freemarker.core.ThreadInterruptionSupportTemplatePostProcessor$ThreadInterruptionCheck of freemarker.core.ThreadInterruptionSupportTemplatePostProcessor