public class com.ctc.wstx.exc.WstxUnexpectedCharException extends com.ctc.wstx.exc.WstxParsingException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.ctc.wstx.exc.WstxUnexpectedCharException
  super_class: com.ctc.wstx.exc.WstxParsingException
{
  final char mChar;
    descriptor: C
    flags: (0x0010) ACC_FINAL

  public void <init>(java.lang.String, javax.xml.stream.Location, char);
    descriptor: (Ljava/lang/String;Ljavax/xml/stream/Location;C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.ctc.wstx.exc.WstxUnexpectedCharException this
        start local 1 // java.lang.String msg
        start local 2 // javax.xml.stream.Location loc
        start local 3 // char c
         0: .line 18
            aload 0 /* this */
            aload 1 /* msg */
            aload 2 /* loc */
            invokespecial com.ctc.wstx.exc.WstxParsingException.<init>:(Ljava/lang/String;Ljavax/xml/stream/Location;)V
         1: .line 19
            aload 0 /* this */
            iload 3 /* c */
            putfield com.ctc.wstx.exc.WstxUnexpectedCharException.mChar:C
         2: .line 20
            return
        end local 3 // char c
        end local 2 // javax.xml.stream.Location loc
        end local 1 // java.lang.String msg
        end local 0 // com.ctc.wstx.exc.WstxUnexpectedCharException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/ctc/wstx/exc/WstxUnexpectedCharException;
            0    3     1   msg  Ljava/lang/String;
            0    3     2   loc  Ljavax/xml/stream/Location;
            0    3     3     c  C
    MethodParameters:
      Name  Flags
      msg   
      loc   
      c     

  public char getChar();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.exc.WstxUnexpectedCharException this
         0: .line 23
            aload 0 /* this */
            getfield com.ctc.wstx.exc.WstxUnexpectedCharException.mChar:C
            ireturn
        end local 0 // com.ctc.wstx.exc.WstxUnexpectedCharException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/exc/WstxUnexpectedCharException;
}
SourceFile: "WstxUnexpectedCharException.java"