Constructor and Description |
---|
Exceptions() |
public static UnsupportedOperationException variablesNotSupported()
public static UnsupportedOperationException transactionsNotSupported()
public static UnsupportedOperationException graphComputerNotSupported()
@Deprecated public static IllegalArgumentException traversalEngineNotSupported(TraversalEngine engine)
public static IllegalArgumentException graphDoesNotSupportProvidedGraphComputer(Class graphComputerClass)
public static UnsupportedOperationException vertexAdditionsNotSupported()
public static IllegalArgumentException vertexWithIdAlreadyExists(Object id)
public static IllegalArgumentException edgeWithIdAlreadyExists(Object id)
public static IllegalArgumentException idArgsMustBeEitherIdOrElement()
public static IllegalArgumentException argumentCanNotBeNull(String argument)
@Deprecated public static NoSuchElementException elementNotFound(Class<? extends Element> elementClass, Object id)
@Deprecated public static NoSuchElementException elementNotFound(Class<? extends Element> elementClass, Object id, Exception rootCause)
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.