Class UnsupportedLiteralException

  • All Implemented Interfaces:
    java.io.Serializable

    @API(status=EXPERIMENTAL,
         since="2021.1.0")
    public final class UnsupportedLiteralException
    extends java.lang.IllegalArgumentException
    Thrown when a given object cannot be used as a Cypher-DSL-Literal.
    Since:
    2021.1.0
    Author:
    Michael J. Simons
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<?> getUnsupportedType()  
      • 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

      • UnsupportedLiteralException

        public UnsupportedLiteralException​(java.lang.String message,
                                           java.lang.Object unsupportedObject)
      • UnsupportedLiteralException

        public UnsupportedLiteralException​(java.lang.Object unsupportedObject)
    • Method Detail

      • getUnsupportedType

        public java.lang.Class<?> getUnsupportedType()