cz.cuni.versatile.api
Class UnregisteredPropertyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycz.cuni.versatile.api.RegistryException
              extended bycz.cuni.versatile.api.UnregisteredPropertyException
All Implemented Interfaces:
java.io.Serializable

public class UnregisteredPropertyException
extends RegistryException

Thrown when the given Property is not registered in the target PropertyRegistry.

Author:
Jaroslav Gergic
See Also:
PropertyRegistry, Serialized Form

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

UnregisteredPropertyException

public UnregisteredPropertyException()

UnregisteredPropertyException

public UnregisteredPropertyException(java.lang.String message)

UnregisteredPropertyException

public UnregisteredPropertyException(java.lang.Throwable cause)

UnregisteredPropertyException

public UnregisteredPropertyException(java.lang.String message,
                                     java.lang.Throwable cause)