Package org.fcrepo.kernel.api.exception
Class NoSuchPropertyDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.kernel.api.exception.RepositoryRuntimeException
org.fcrepo.kernel.api.exception.NoSuchPropertyDefinitionException
- All Implemented Interfaces:
Serializable
Represents the case where a property definition has been requested but does
not exist. Typically, this happens when a new property is added to a node
that does not restrict its property types.
- Since:
- Oct 25, 2013
- Author:
- ajs6f
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchPropertyDefinitionException
Ordinary constructor.- Parameters:
msg- the message
-