|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
agg.attribute.AttrException
agg.attribute.AttrMatchException
public class AttrMatchException
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 |
---|
public static int VARIABLE_BINDING
protected int id
protected AttrInstance firstBindingTuple
Constructor Detail |
---|
public AttrMatchException(java.lang.String msg, int id, AttrInstance firstBindingTuple)
Method Detail |
---|
public int getID()
public AttrInstance getFirstBindingTuple()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |