Uses of Class
org.neo4j.driver.exceptions.NoSuchRecordException
Packages that use NoSuchRecordException
-
Uses of NoSuchRecordException in org.neo4j.driver
Methods in org.neo4j.driver that throw NoSuchRecordExceptionModifier and TypeMethodDescriptionResult.single()Return the first record in the result, failing if there is not exactly one record left in the stream Calling this method always exhausts the result, even whenNoSuchRecordExceptionis thrown.