public final class freemarker.core.UnknownDateTypeParsingUnsupportedException extends freemarker.core.UnformattableValueException
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: freemarker.core.UnknownDateTypeParsingUnsupportedException
  super_class: freemarker.core.UnformattableValueException
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // freemarker.core.UnknownDateTypeParsingUnsupportedException this
         0: .line 33
            aload 0 /* this */
            ldc "Can't parse the string to date-like value because it isn't known if it's desired result should be a date (no time part), a time, or a date-time value."
            invokespecial freemarker.core.UnformattableValueException.<init>:(Ljava/lang/String;)V
         1: .line 34
            return
        end local 0 // freemarker.core.UnknownDateTypeParsingUnsupportedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lfreemarker/core/UnknownDateTypeParsingUnsupportedException;
}
SourceFile: "UnknownDateTypeParsingUnsupportedException.java"