cz.cuni.versatile.api
Class PropertyKindException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycz.cuni.versatile.api.RegistryException
              extended bycz.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

Constructor Summary
PropertyKindException()
           
PropertyKindException(java.lang.String message)
           
PropertyKindException(java.lang.String message, java.lang.Throwable cause)
           
PropertyKindException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

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)