|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
uk.org.ogsadai.dqp.lqp.exceptions.LQPException
uk.org.ogsadai.dqp.lqp.exceptions.AmbiguousMappingException
public class AmbiguousMappingException
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.
| 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 |
|---|
public AmbiguousMappingException(Attribute attribute)
attribute - ambiguous attribute.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||