cz.cuni.versatile.api
Class UnsupportedPropertyOperatorException

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

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

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)