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
public class NoSuchPropertyDefinitionException extends RepositoryRuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchPropertyDefinitionException(String msg)
Ordinary constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSuchPropertyDefinitionException
public NoSuchPropertyDefinitionException(String msg)
Ordinary constructor.- Parameters:
msg
- the message
-
-