Class SchemaEnforcementFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.neo4j.cypherdsl.core.renderer.SchemaEnforcementFailedException
All Implemented Interfaces:
Serializable

@API(status=INTERNAL, since="2023.7.0") public final class SchemaEnforcementFailedException extends RuntimeException
Thrown when schema validation fails.
Since:
2023.7.0
Author:
Michael J. Simons
See Also:
  • Constructor Details

    • SchemaEnforcementFailedException

      public SchemaEnforcementFailedException()
      Creates a new instance, not to be used by client code.