cz.cuni.versatile.api
Class UnsupportedPropertyOperatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.cuni.versatile.api.UnsupportedPropertyOperatorException
- All Implemented Interfaces:
- java.io.Serializable
- public class UnsupportedPropertyOperatorException
- extends java.lang.Exception
Thrown when trying to instantiate a PropertyPredicate
with a type-incompatible
pair of Property
and an extrinsic PropertyOperator
.
- Author:
- Jaroslav Gergic
- See Also:
PropertyOperators
,
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 |
UnsupportedPropertyOperatorException
public UnsupportedPropertyOperatorException()
UnsupportedPropertyOperatorException
public UnsupportedPropertyOperatorException(java.lang.String message)
UnsupportedPropertyOperatorException
public UnsupportedPropertyOperatorException(java.lang.Throwable cause)
UnsupportedPropertyOperatorException
public UnsupportedPropertyOperatorException(java.lang.String message,
java.lang.Throwable cause)