Uses of Class
com.graphdbapi.driver.v1.exceptions.NotFoundException
-
Packages that use NotFoundException Package Description com.graphdbapi.driver.v1.exceptions -
-
Uses of NotFoundException in com.graphdbapi.driver.v1.exceptions
Subclasses of NotFoundException in com.graphdbapi.driver.v1.exceptions Modifier and Type Class Description class
EdgeNotFoundException
边不存在异常class
PkNotFoundException
点的外部唯一标识不存在引发的异常class
PropertyNotFoundException
属性不存在引发的异常class
TypeNotFoundException
点或边类型不存在引发的异常class
VertexNotFoundException
点不存在引发的异常
-