Class UnsupportedOperatorException

  • All Implemented Interfaces:
    java.io.Serializable

    @API(status=EXPERIMENTAL,
         since="2021.1.0")
    public final class UnsupportedOperatorException
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      UnsupportedOperatorException​(com.querydsl.core.types.Operator unsupportedOperator)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.querydsl.core.types.Operator getUnsupportedOperator()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnsupportedOperatorException

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

      • getUnsupportedOperator

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