org.apache.clerezza.rdf.core.access
Class NoSuchEntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.clerezza.rdf.core.access.NoSuchEntityException
- All Implemented Interfaces:
- Serializable
public class NoSuchEntityException
- extends RuntimeException
is thrown on an attempt to perform an operation on an entity (i.e. a
Graph or MGraph that does not exist.
- Author:
- reto
- See Also:
- Serialized Form
|
Constructor Summary |
NoSuchEntityException(UriRef entityName)
creates an exception indicating that the entity with the specified name
does not exist. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchEntityException
public NoSuchEntityException(UriRef entityName)
- creates an exception indicating that the entity with the specified name
does not exist.
- Parameters:
entityName - the name for which no entity exists
getEntityName
public UriRef getEntityName()
- the name for which no entity exists.
- Returns:
- the name of the entity that doesn't exist
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.