Serialized Form

  • Package <Unnamed>

    • Exception ParseException

      class ParseException extends Exception implements Serializable
      • Serialized Fields

        • column
          int column
          Column number where the error occurred
        • expected
          LexicalUnit expected
          The expected lexical unit
        • found
          LexicalUnit found
          The found lexical unit
        • line
          int line
          Line number where the error occurred