Schnittstelle ParseError


public interface ParseError
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    There was an error setting a property
    static final int
    A delayed link did not get resolved.
    static final int
    An empty description was specified
    static final int
    An empty bin was specified.
    static final int
    There was an error linking two pads.
    static final int
    The description contained an unknown element
    static final int
    An element did not have a specified property
    static final int
    A syntax error occurred.
  • Felddetails

    • SYNTAX

      static final int SYNTAX
      A syntax error occurred.
      Siehe auch:
    • NO_SUCH_ELEMENT

      static final int NO_SUCH_ELEMENT
      The description contained an unknown element
      Siehe auch:
    • NO_SUCH_PROPERTY

      static final int NO_SUCH_PROPERTY
      An element did not have a specified property
      Siehe auch:
    • COULD_NOT_SET_PROPERTY

      static final int COULD_NOT_SET_PROPERTY
      There was an error setting a property
      Siehe auch:
    • EMPTY_BIN

      static final int EMPTY_BIN
      An empty bin was specified.
      Siehe auch:
    • EMPTY

      static final int EMPTY
      An empty description was specified
      Siehe auch: