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

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.AmbiguousAttributeException
All Implemented Interfaces:
java.io.Serializable

public class AmbiguousAttributeException
extends LQPException

Raised when referenced attribute is ambiguous in some context.

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

Constructor Summary
AmbiguousAttributeException(Attribute attribute)
          Constructor.
 
Method Summary
 Attribute getAttribute()
          Gets the ambiguous attribute.
 
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

AmbiguousAttributeException

public AmbiguousAttributeException(Attribute attribute)
Constructor.

Parameters:
attribute - ambiguous attribute.
Method Detail

getAttribute

public Attribute getAttribute()
Gets the ambiguous attribute.

Returns:
ambiguous attribute.