uk.org.ogsadai.dqp.lqp.exceptions
Class AmbiguousMappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.org.ogsadai.dqp.lqp.exceptions.LQPException
              extended by uk.org.ogsadai.dqp.lqp.exceptions.AmbiguousMappingException
All Implemented Interfaces:
java.io.Serializable

public class AmbiguousMappingException
extends LQPException

Raised when the mapping defined in the RenameMap introduces ambiguity. For example with mapping defined as (id, id) <-> (id, ident) going from ident->id will introduce ambiguity when for example we want to rename attribute used in a predicate like ident<3. This usually happens when we move the RENAME operator up and down the tree.

Author:
The OGSA-DAI Project Team.
See Also:
Serialized Form

Constructor Summary
AmbiguousMappingException(Attribute attribute)
          Constructor.
 
Method Summary
 
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

AmbiguousMappingException

public AmbiguousMappingException(Attribute attribute)
Constructor.

Parameters:
attribute - ambiguous attribute.