public class org.apache.fop.fo.pagination.PageProductionException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.fop.fo.pagination.PageProductionException
  super_class: java.lang.RuntimeException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -5126033718398975158

  private java.lang.String localizedMessage;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private transient org.xml.sax.Locator locator;
    descriptor: Lorg/xml/sax/Locator;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.fo.pagination.PageProductionException this
        start local 1 // java.lang.String message
         0: .line 47
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 48
            return
        end local 1 // java.lang.String message
        end local 0 // org.apache.fop.fo.pagination.PageProductionException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/fop/fo/pagination/PageProductionException;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  public void <init>(java.lang.String, org.xml.sax.Locator);
    descriptor: (Ljava/lang/String;Lorg/xml/sax/Locator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.fop.fo.pagination.PageProductionException this
        start local 1 // java.lang.String message
        start local 2 // org.xml.sax.Locator locator
         0: .line 56
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 57
            aload 0 /* this */
            aload 2 /* locator */
            invokevirtual org.apache.fop.fo.pagination.PageProductionException.setLocator:(Lorg/xml/sax/Locator;)V
         2: .line 58
            return
        end local 2 // org.xml.sax.Locator locator
        end local 1 // java.lang.String message
        end local 0 // org.apache.fop.fo.pagination.PageProductionException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/fop/fo/pagination/PageProductionException;
            0    3     1  message  Ljava/lang/String;
            0    3     2  locator  Lorg/xml/sax/Locator;
    MethodParameters:
         Name  Flags
      message  
      locator  

  public void setLocator(org.xml.sax.Locator);
    descriptor: (Lorg/xml/sax/Locator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.fop.fo.pagination.PageProductionException this
        start local 1 // org.xml.sax.Locator locator
         0: .line 66
            aload 0 /* this */
            aload 1 /* locator */
            ifnull 1
            new org.xml.sax.helpers.LocatorImpl
            dup
            aload 1 /* locator */
            invokespecial org.xml.sax.helpers.LocatorImpl.<init>:(Lorg/xml/sax/Locator;)V
            goto 2
      StackMap locals:
      StackMap stack: org.apache.fop.fo.pagination.PageProductionException
         1: aconst_null
      StackMap locals: org.apache.fop.fo.pagination.PageProductionException org.xml.sax.Locator
      StackMap stack: org.apache.fop.fo.pagination.PageProductionException org.xml.sax.helpers.LocatorImpl
         2: putfield org.apache.fop.fo.pagination.PageProductionException.locator:Lorg/xml/sax/Locator;
         3: .line 67
            return
        end local 1 // org.xml.sax.Locator locator
        end local 0 // org.apache.fop.fo.pagination.PageProductionException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/fop/fo/pagination/PageProductionException;
            0    4     1  locator  Lorg/xml/sax/Locator;
    MethodParameters:
         Name  Flags
      locator  

  public org.xml.sax.Locator getLocator();
    descriptor: ()Lorg/xml/sax/Locator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.pagination.PageProductionException this
         0: .line 75
            aload 0 /* this */
            getfield org.apache.fop.fo.pagination.PageProductionException.locator:Lorg/xml/sax/Locator;
            areturn
        end local 0 // org.apache.fop.fo.pagination.PageProductionException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/pagination/PageProductionException;

  public void setLocalizedMessage(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.fo.pagination.PageProductionException this
        start local 1 // java.lang.String msg
         0: .line 83
            aload 0 /* this */
            aload 1 /* msg */
            putfield org.apache.fop.fo.pagination.PageProductionException.localizedMessage:Ljava/lang/String;
         1: .line 84
            return
        end local 1 // java.lang.String msg
        end local 0 // org.apache.fop.fo.pagination.PageProductionException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/fop/fo/pagination/PageProductionException;
            0    2     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   

  public java.lang.String getLocalizedMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.pagination.PageProductionException this
         0: .line 88
            aload 0 /* this */
            getfield org.apache.fop.fo.pagination.PageProductionException.localizedMessage:Ljava/lang/String;
            ifnull 2
         1: .line 89
            aload 0 /* this */
            getfield org.apache.fop.fo.pagination.PageProductionException.localizedMessage:Ljava/lang/String;
            areturn
         2: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.getLocalizedMessage:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.fop.fo.pagination.PageProductionException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/fop/fo/pagination/PageProductionException;
}
SourceFile: "PageProductionException.java"
NestMembers:
  org.apache.fop.fo.pagination.PageProductionException$PageProductionExceptionFactory
InnerClasses:
  public PageProductionExceptionFactory = org.apache.fop.fo.pagination.PageProductionException$PageProductionExceptionFactory of org.apache.fop.fo.pagination.PageProductionException