public class InvalidElementException extends JanusGraphException
| Constructor and Description |
|---|
InvalidElementException(String msg,
JanusGraphElement element) |
| Modifier and Type | Method and Description |
|---|---|
JanusGraphElement |
getElement()
Returns the element causing the exception
|
static IllegalStateException |
removedException(JanusGraphElement element) |
String |
toString() |
isCausedByaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic InvalidElementException(String msg, JanusGraphElement element)
msg - Exception messageelement - The invalid element causing the exceptionpublic JanusGraphElement getElement()
public static IllegalStateException removedException(JanusGraphElement element)
Copyright © 2012–2024. All rights reserved.