cz.cuni.versatile.api
Class PropertyKindException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.cuni.versatile.api.RegistryException
cz.cuni.versatile.api.PropertyKindException
- All Implemented Interfaces:
- java.io.Serializable
- public class PropertyKindException
- extends RegistryException
Thrown when trying to obtain a PropertyMapping
for a leaf
property or wise versa, when trying to retrieve a ValueProvider
for a derived property.
- Author:
- Jaroslav Gergic
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PropertyKindException
public PropertyKindException()
PropertyKindException
public PropertyKindException(java.lang.String message)
PropertyKindException
public PropertyKindException(java.lang.Throwable cause)
PropertyKindException
public PropertyKindException(java.lang.String message,
java.lang.Throwable cause)