agg.attribute
Class AttrMatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by agg.attribute.AttrException
              extended by agg.attribute.AttrMatchException
All Implemented Interfaces:
java.io.Serializable

public class AttrMatchException
extends AttrException

See Also:
Serialized Form

Field Summary
protected  AttrInstance firstBindingTuple
           
protected  int id
           
static int VARIABLE_BINDING
           
 
Constructor Summary
AttrMatchException(java.lang.String msg, int id, AttrInstance firstBindingTuple)
           
 
Method Summary
 AttrInstance getFirstBindingTuple()
           
 int getID()
           
 
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
 

Field Detail

VARIABLE_BINDING

public static int VARIABLE_BINDING

id

protected int id

firstBindingTuple

protected AttrInstance firstBindingTuple
Constructor Detail

AttrMatchException

public AttrMatchException(java.lang.String msg,
                          int id,
                          AttrInstance firstBindingTuple)
Method Detail

getID

public int getID()

getFirstBindingTuple

public AttrInstance getFirstBindingTuple()