Class Property.Exceptions
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.structure.Property.Exceptions
 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static IllegalArgumentExceptiondataTypeOfPropertyValueNotSupported(Object val)static IllegalArgumentExceptiondataTypeOfPropertyValueNotSupported(Object val, Exception rootCause)static IllegalStateExceptionpropertyDoesNotExist()static IllegalStateExceptionpropertyDoesNotExist(Element element, String key)static IllegalArgumentExceptionpropertyKeyCanNotBeAHiddenKey(String key)static IllegalArgumentExceptionpropertyKeyCanNotBeEmpty()static IllegalArgumentExceptionpropertyKeyCanNotBeNull()static IllegalStateExceptionpropertyRemovalNotSupported()
 
- 
- 
- 
Method Detail- 
propertyKeyCanNotBeEmptypublic static IllegalArgumentException propertyKeyCanNotBeEmpty() 
 - 
propertyKeyCanNotBeNullpublic static IllegalArgumentException propertyKeyCanNotBeNull() 
 - 
propertyKeyCanNotBeAHiddenKeypublic static IllegalArgumentException propertyKeyCanNotBeAHiddenKey(String key) 
 - 
propertyDoesNotExistpublic static IllegalStateException propertyDoesNotExist() 
 - 
propertyDoesNotExistpublic static IllegalStateException propertyDoesNotExist(Element element, String key) 
 - 
dataTypeOfPropertyValueNotSupportedpublic static IllegalArgumentException dataTypeOfPropertyValueNotSupported(Object val) 
 - 
dataTypeOfPropertyValueNotSupportedpublic static IllegalArgumentException dataTypeOfPropertyValueNotSupported(Object val, Exception rootCause) 
 - 
propertyRemovalNotSupportedpublic static IllegalStateException propertyRemovalNotSupported() 
 
- 
 
-