|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
cz.cuni.versatile.api.RegistryException
cz.cuni.versatile.api.PropertyMappingException
Thrown when
PropertyMapping
being registered is incorrect with the respect to underlying PropertyRegistry
semantics.
PropertyMapping
does not have the Property
being registered neither in its domain nor range
PropertyMapping
can not satisfied
by the already registered properties of the underlying PropertyRegistry
Constructor Summary | |
PropertyMappingException()
|
|
PropertyMappingException(java.lang.String message)
|
|
PropertyMappingException(java.lang.String message,
java.lang.Throwable cause)
|
|
PropertyMappingException(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 |
public PropertyMappingException()
public PropertyMappingException(java.lang.String message)
message
- public PropertyMappingException(java.lang.Throwable cause)
cause
- public PropertyMappingException(java.lang.String message, java.lang.Throwable cause)
message
- cause
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |