Class ValueFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.graphdbapi.driver.v1.exceptions.GraphDbException
-
- com.graphdbapi.driver.v1.exceptions.ValueFormatException
-
- All Implemented Interfaces:
Serializable
public class ValueFormatException extends GraphDbException
输入参数值的类型与实际存储类型不一致引发的异常- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueFormatException(String message)
-
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
-
ValueFormatException
public ValueFormatException(String message)
-
-