Class UnsupportedOperatorException

  • All Implemented Interfaces:
    Serializable

    @API(status=EXPERIMENTAL,
         since="2021.1.0")
    public final class UnsupportedOperatorException
    extends IllegalArgumentException
    Thrown when a QueryDSL operator cannot be used with the Cypher-DSL predicate converter.
    Since:
    2021.1.0
    Author:
    Michael J. Simons
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedOperatorException

        public UnsupportedOperatorException​(com.querydsl.core.types.Operator unsupportedOperator)
    • Method Detail

      • getUnsupportedOperator

        public com.querydsl.core.types.Operator getUnsupportedOperator()