Package org.neo4j.cypherdsl.core
Class Literal.UnsupportedLiteralException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.neo4j.cypherdsl.core.Literal.UnsupportedLiteralException
-
- All Implemented Interfaces:
Serializable
@API(status=STABLE, since="2021.1.0") public static final class Literal.UnsupportedLiteralException extends IllegalArgumentExceptionThrown when a given object cannot be used as a Cypher-DSL-Literal.- Since:
- 2021.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedLiteralException(Object unsupportedObject)UnsupportedLiteralException(String message, Object unsupportedObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getUnsupportedType()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-