public class NoSuchEntityException extends RuntimeException
ImmutableGraph or Graph that does not exist.| Constructor and Description |
|---|
NoSuchEntityException(IRI entityName)
creates an exception indicating that the entity with the specified name
does not exist.
|
| Modifier and Type | Method and Description |
|---|---|
IRI |
getEntityName()
the name for which no entity exists.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchEntityException(IRI entityName)
entityName - the name for which no entity existspublic IRI getEntityName()
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.