cz.cuni.versatile.api
Class UnregisteredPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.cuni.versatile.api.RegistryException
cz.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
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 |
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)