public class ExceptionFactory extends Object
| Constructor and Description |
|---|
ExceptionFactory() |
public static IllegalArgumentException vertexIdCanNotBeNull()
public static IllegalArgumentException edgeIdCanNotBeNull()
public static IllegalArgumentException vertexWithIdAlreadyExists(Object id)
public static IllegalArgumentException edgeWithIdAlreadyExist(Object id)
public static IllegalArgumentException bothIsNotSupported()
public static IllegalStateException vertexWithIdDoesNotExist(Object id)
public static IllegalArgumentException propertyKeyIsReserved(String key)
public static IllegalArgumentException propertyKeyIdIsReserved()
public static IllegalArgumentException propertyKeyLabelIsReservedForEdges()
public static IllegalArgumentException propertyKeyCanNotBeEmpty()
public static IllegalArgumentException propertyKeyCanNotBeNull()
public static IllegalArgumentException propertyValueCanNotBeNull()
public static IllegalArgumentException edgeLabelCanNotBeNull()
public static IllegalArgumentException indexAlreadyExists(String indexName)
public static IllegalStateException indexDoesNotSupportClass(String indexName, Class clazz)
public static IllegalArgumentException classIsNotIndexable(Class clazz)
public static IllegalArgumentException classForElementCannotBeNull()
public static IllegalStateException transactionAlreadyStarted()
Copyright © 2010-2014. All Rights Reserved.