Class UnsupportedOperatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.neo4j.cypherdsl.core.querydsl.UnsupportedOperatorException
-
- All Implemented Interfaces:
Serializable
@API(status=EXPERIMENTAL, since="2021.1.0") public final class UnsupportedOperatorException extends IllegalArgumentExceptionThrown 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.OperatorgetUnsupportedOperator()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-