public class nu.xom.ValidityException extends nu.xom.ParsingException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: nu.xom.ValidityException
  super_class: nu.xom.ParsingException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8950434465665278751

  private java.util.List<org.xml.sax.SAXParseException> saxExceptions;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lorg/xml/sax/SAXParseException;>;

  private transient nu.xom.Document document;
    descriptor: Lnu/xom/Document;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  public void <init>(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // nu.xom.ValidityException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable cause
         0: .line 59
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* cause */
            invokespecial nu.xom.ParsingException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 45
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield nu.xom.ValidityException.saxExceptions:Ljava/util/List;
         2: .line 60
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String message
        end local 0 // nu.xom.ValidityException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lnu/xom/ValidityException;
            0    3     1  message  Ljava/lang/String;
            0    3     2    cause  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      message  
      cause    

  public void <init>(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // nu.xom.ValidityException this
        start local 1 // java.lang.String message
        start local 2 // int lineNumber
        start local 3 // int columnNumber
         0: .line 79
            aload 0 /* this */
            aload 1 /* message */
            iload 2 /* lineNumber */
            iload 3 /* columnNumber */
            invokespecial nu.xom.ParsingException.<init>:(Ljava/lang/String;II)V
         1: .line 45
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield nu.xom.ValidityException.saxExceptions:Ljava/util/List;
         2: .line 80
            return
        end local 3 // int columnNumber
        end local 2 // int lineNumber
        end local 1 // java.lang.String message
        end local 0 // nu.xom.ValidityException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lnu/xom/ValidityException;
            0    3     1       message  Ljava/lang/String;
            0    3     2    lineNumber  I
            0    3     3  columnNumber  I
    MethodParameters:
              Name  Flags
      message       
      lineNumber    
      columnNumber  

  public void <init>(java.lang.String, int, int, java.lang.Throwable);
    descriptor: (Ljava/lang/String;IILjava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // nu.xom.ValidityException this
        start local 1 // java.lang.String message
        start local 2 // int lineNumber
        start local 3 // int columnNumber
        start local 4 // java.lang.Throwable cause
         0: .line 102
            aload 0 /* this */
            aload 1 /* message */
            iload 2 /* lineNumber */
            iload 3 /* columnNumber */
            aload 4 /* cause */
            invokespecial nu.xom.ParsingException.<init>:(Ljava/lang/String;IILjava/lang/Throwable;)V
         1: .line 45
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield nu.xom.ValidityException.saxExceptions:Ljava/util/List;
         2: .line 103
            return
        end local 4 // java.lang.Throwable cause
        end local 3 // int columnNumber
        end local 2 // int lineNumber
        end local 1 // java.lang.String message
        end local 0 // nu.xom.ValidityException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lnu/xom/ValidityException;
            0    3     1       message  Ljava/lang/String;
            0    3     2    lineNumber  I
            0    3     3  columnNumber  I
            0    3     4         cause  Ljava/lang/Throwable;
    MethodParameters:
              Name  Flags
      message       
      lineNumber    
      columnNumber  
      cause         

  public void <init>(java.lang.String, java.lang.String, int, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // nu.xom.ValidityException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.String uri
        start local 3 // int lineNumber
        start local 4 // int columnNumber
         0: .line 123
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* uri */
            iload 3 /* lineNumber */
            iload 4 /* columnNumber */
            invokespecial nu.xom.ParsingException.<init>:(Ljava/lang/String;Ljava/lang/String;II)V
         1: .line 45
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield nu.xom.ValidityException.saxExceptions:Ljava/util/List;
         2: .line 124
            return
        end local 4 // int columnNumber
        end local 3 // int lineNumber
        end local 2 // java.lang.String uri
        end local 1 // java.lang.String message
        end local 0 // nu.xom.ValidityException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lnu/xom/ValidityException;
            0    3     1       message  Ljava/lang/String;
            0    3     2           uri  Ljava/lang/String;
            0    3     3    lineNumber  I
            0    3     4  columnNumber  I
    MethodParameters:
              Name  Flags
      message       
      uri           
      lineNumber    
      columnNumber  

  public void <init>(java.lang.String, java.lang.String, int, int, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/String;IILjava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // nu.xom.ValidityException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.String uri
        start local 3 // int lineNumber
        start local 4 // int columnNumber
        start local 5 // java.lang.Throwable cause
         0: .line 149
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* uri */
            iload 3 /* lineNumber */
            iload 4 /* columnNumber */
            aload 5 /* cause */
            invokespecial nu.xom.ParsingException.<init>:(Ljava/lang/String;Ljava/lang/String;IILjava/lang/Throwable;)V
         1: .line 45
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield nu.xom.ValidityException.saxExceptions:Ljava/util/List;
         2: .line 150
            return
        end local 5 // java.lang.Throwable cause
        end local 4 // int columnNumber
        end local 3 // int lineNumber
        end local 2 // java.lang.String uri
        end local 1 // java.lang.String message
        end local 0 // nu.xom.ValidityException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lnu/xom/ValidityException;
            0    3     1       message  Ljava/lang/String;
            0    3     2           uri  Ljava/lang/String;
            0    3     3    lineNumber  I
            0    3     4  columnNumber  I
            0    3     5         cause  Ljava/lang/Throwable;
    MethodParameters:
              Name  Flags
      message       
      uri           
      lineNumber    
      columnNumber  
      cause         

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // nu.xom.ValidityException this
        start local 1 // java.lang.String message
         0: .line 162
            aload 0 /* this */
            aload 1 /* message */
            invokespecial nu.xom.ParsingException.<init>:(Ljava/lang/String;)V
         1: .line 45
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield nu.xom.ValidityException.saxExceptions:Ljava/util/List;
         2: .line 163
            return
        end local 1 // java.lang.String message
        end local 0 // nu.xom.ValidityException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lnu/xom/ValidityException;
            0    3     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  public nu.xom.Document getDocument();
    descriptor: ()Lnu/xom/Document;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // nu.xom.ValidityException this
         0: .line 177
            aload 0 /* this */
            getfield nu.xom.ValidityException.document:Lnu/xom/Document;
            areturn
        end local 0 // nu.xom.ValidityException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/ValidityException;

  void setDocument(nu.xom.Document);
    descriptor: (Lnu/xom/Document;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // nu.xom.ValidityException this
        start local 1 // nu.xom.Document doc
         0: .line 182
            aload 0 /* this */
            aload 1 /* doc */
            putfield nu.xom.ValidityException.document:Lnu/xom/Document;
         1: .line 183
            return
        end local 1 // nu.xom.Document doc
        end local 0 // nu.xom.ValidityException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnu/xom/ValidityException;
            0    2     1   doc  Lnu/xom/Document;
    MethodParameters:
      Name  Flags
      doc   

  void addError(org.xml.sax.SAXParseException);
    descriptor: (Lorg/xml/sax/SAXParseException;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // nu.xom.ValidityException this
        start local 1 // org.xml.sax.SAXParseException ex
         0: .line 187
            aload 0 /* this */
            getfield nu.xom.ValidityException.saxExceptions:Ljava/util/List;
            aload 1 /* ex */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 188
            return
        end local 1 // org.xml.sax.SAXParseException ex
        end local 0 // nu.xom.ValidityException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnu/xom/ValidityException;
            0    2     1    ex  Lorg/xml/sax/SAXParseException;
    MethodParameters:
      Name  Flags
      ex    

  public int getErrorCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // nu.xom.ValidityException this
         0: .line 201
            aload 0 /* this */
            getfield nu.xom.ValidityException.saxExceptions:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // nu.xom.ValidityException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnu/xom/ValidityException;

  public java.lang.String getValidityError(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // nu.xom.ValidityException this
        start local 1 // int n
         0: .line 223
            aload 0 /* this */
            getfield nu.xom.ValidityException.saxExceptions:Ljava/util/List;
            iload 1 /* n */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.Exception
            astore 2 /* ex */
        start local 2 // java.lang.Exception ex
         1: .line 224
            aload 2 /* ex */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.Exception ex
        end local 1 // int n
        end local 0 // nu.xom.ValidityException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnu/xom/ValidityException;
            0    2     1     n  I
            1    2     2    ex  Ljava/lang/Exception;
    MethodParameters:
      Name  Flags
      n     

  public int getLineNumber(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // nu.xom.ValidityException this
        start local 1 // int n
         0: .line 247
            aload 0 /* this */
            getfield nu.xom.ValidityException.saxExceptions:Ljava/util/List;
            iload 1 /* n */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.xml.sax.SAXParseException
            astore 2 /* ex */
        start local 2 // org.xml.sax.SAXParseException ex
         1: .line 248
            aload 2 /* ex */
            invokevirtual org.xml.sax.SAXParseException.getLineNumber:()I
            ireturn
        end local 2 // org.xml.sax.SAXParseException ex
        end local 1 // int n
        end local 0 // nu.xom.ValidityException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnu/xom/ValidityException;
            0    2     1     n  I
            1    2     2    ex  Lorg/xml/sax/SAXParseException;
    MethodParameters:
      Name  Flags
      n     

  public int getColumnNumber(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // nu.xom.ValidityException this
        start local 1 // int n
         0: .line 272
            aload 0 /* this */
            getfield nu.xom.ValidityException.saxExceptions:Ljava/util/List;
            iload 1 /* n */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.xml.sax.SAXParseException
            astore 2 /* ex */
        start local 2 // org.xml.sax.SAXParseException ex
         1: .line 273
            aload 2 /* ex */
            invokevirtual org.xml.sax.SAXParseException.getColumnNumber:()I
            ireturn
        end local 2 // org.xml.sax.SAXParseException ex
        end local 1 // int n
        end local 0 // nu.xom.ValidityException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnu/xom/ValidityException;
            0    2     1     n  I
            1    2     2    ex  Lorg/xml/sax/SAXParseException;
    MethodParameters:
      Name  Flags
      n     
}
SourceFile: "ValidityException.java"