Class PropertyNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.graphdbapi.driver.v1.exceptions.GraphDbException
-
- com.graphdbapi.driver.v1.exceptions.NotFoundException
-
- com.graphdbapi.driver.v1.exceptions.PropertyNotFoundException
-
- All Implemented Interfaces:
Serializable
public class PropertyNotFoundException extends NotFoundException
属性不存在引发的异常- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyNotFoundException(String msg)
-
Method Summary
-
Methods inherited from class com.graphdbapi.driver.v1.exceptions.GraphDbException
code, discardCauseAndGetNewExcpetion
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PropertyNotFoundException
public PropertyNotFoundException(String msg)
-
-