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:
  • Method Details

    • getUnsupportedType

      public Class<?> getUnsupportedType()
      Returns:
      the type that wasn't supported as literal