Uses of Class
com.graphdbapi.driver.v1.exceptions.GraphDbException
-
Packages that use GraphDbException Package Description com.graphdbapi.driver.v1.exceptions -
-
Uses of GraphDbException in com.graphdbapi.driver.v1.exceptions
Subclasses of GraphDbException in com.graphdbapi.driver.v1.exceptions Modifier and Type Class Description class
ClientException
ClientException 表示客户端执行的操作不正确。class
DatabaseException
DatabaseException表示底层数据库中抛出的问题。class
EdgeFoundException
边已存在异常class
EdgeNotFoundException
边不存在异常class
FoundException
所有 Found 异常的基类class
NotFoundException
所有 NotFound 异常的基类class
ParamException
参数异常,用户输入的参数和接口所需要的参数无法匹配而引发的异常class
PkNotFoundException
点的外部唯一标识不存在引发的异常class
PropertyFoundException
属性已存在引发的异常class
PropertyNotFoundException
属性不存在引发的异常class
TransactionException
事务相关的异常class
TypeErrorException
输入的起始点或终止点的类型不是作为边类型的起始类型和终止类型时引发的异常class
TypeFoundException
点或边类型已存在引发的异常class
TypeNotFoundException
点或边类型不存在引发的异常class
ValueFormatException
输入参数值的类型与实际存储类型不一致引发的异常class
VertexFoundException
点已存在引发的异常class
VertexNotFoundException
点不存在引发的异常Methods in com.graphdbapi.driver.v1.exceptions that return GraphDbException Modifier and Type Method Description static GraphDbException
GraphDbException. discardCauseAndGetNewExcpetion(GraphDbException acl, String message, Throwable cause, Throwable[] suppressed)
Methods in com.graphdbapi.driver.v1.exceptions with parameters of type GraphDbException Modifier and Type Method Description static GraphDbException
GraphDbException. discardCauseAndGetNewExcpetion(GraphDbException acl, String message, Throwable cause, Throwable[] suppressed)
-