cz.cuni.versatile.api.relops
Class UnsupportedPropertyException

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

public class UnsupportedPropertyException
extends java.lang.Exception

Thrown when unsuccessfully trying to resolve a uniqueName to a particular RelationalOperator

Author:
Jaroslav Gergic
See Also:
RelationalOperatorsRegistry, Serialized Form

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

UnsupportedPropertyException

public UnsupportedPropertyException()

UnsupportedPropertyException

public UnsupportedPropertyException(java.lang.String message)

UnsupportedPropertyException

public UnsupportedPropertyException(java.lang.Throwable cause)

UnsupportedPropertyException

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