Class Property.Exceptions
java.lang.Object
org.apache.tinkerpop.gremlin.structure.Property.Exceptions
Common exceptions to use with a property.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IllegalArgumentExceptionstatic IllegalArgumentExceptiondataTypeOfPropertyValueNotSupported(Object val, Exception rootCause) static IllegalStateExceptionstatic IllegalStateExceptionpropertyDoesNotExist(Element element, String key) static IllegalArgumentExceptionstatic IllegalArgumentExceptionstatic IllegalArgumentExceptionstatic IllegalStateException
-
Method Details
-
propertyKeyCanNotBeEmpty
-
propertyKeyCanNotBeNull
-
propertyKeyCanNotBeAHiddenKey
-
propertyDoesNotExist
-
propertyDoesNotExist
-
dataTypeOfPropertyValueNotSupported
-
dataTypeOfPropertyValueNotSupported
public static IllegalArgumentException dataTypeOfPropertyValueNotSupported(Object val, Exception rootCause) -
propertyRemovalNotSupported
-