Class NoSuchEdgeLabelError

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<NoSuchEdgeLabelError>

    public class NoSuchEdgeLabelError
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<NoSuchEdgeLabelError>
    An error indicating that an edge label does not exist in the schema
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.error.pg.NoSuchEdgeLabelError type.
      • LABEL

        public static final Name LABEL
        Name of the hydra.error.pg.NoSuchEdgeLabelError.label field.
      • label

        public final EdgeLabel label
        The edge label that was not found
    • Constructor Detail

      • NoSuchEdgeLabelError

        public NoSuchEdgeLabelError​(EdgeLabel label)
        Constructs an immutable NoSuchEdgeLabelError.
        Parameters:
        label - The edge label that was not found
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object