Class Literal.UnsupportedLiteralException

  • All Implemented Interfaces:
    Serializable
    Enclosing interface:
    Literal<T>

    @API(status=STABLE,
         since="2021.1.0")
    public static final class Literal.UnsupportedLiteralException
    extends IllegalArgumentException
    Thrown when a given object cannot be used as a Cypher-DSL-Literal.
    Since:
    2021.1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedLiteralException

        public UnsupportedLiteralException​(String message,
                                           Object unsupportedObject)
      • UnsupportedLiteralException

        public UnsupportedLiteralException​(Object unsupportedObject)
    • Method Detail

      • getUnsupportedType

        public Class<?> getUnsupportedType()