Package edu.wpi.cs.dsrg.xmldb.xat.common.exception

Exception Summary
ExecutionInvalidExpressionException This class defines the exception thrown when the Expression executing is invalid.
ExecutionInvalidXATTreeException This class defines the exception thrown when the XATTree executing is invalid.
MatchingStepFound This class defines the exception thrown when the same step found.
NoMatchFoundException This class defines the exception thrown when none match was found.
PushDownRulesNoNavNode This class defines the exception thrown when PushDownRules cannot find any navigation nodes.
PushDownRulesNoRulesFound This class defines the exception thrown when PushDownRules cannot find the corresponding rule for 2 operators.
ReWriteRulesNoRulesFound This class defines the exception thrown when ReWriteRules cannot find the corresponding rule for 2 operators.
SQLNoStatementExists This class defines the exception thrown when SQL statement generated is wrong.
TypeMismatchException This class defines the exception thrown when the XATValue failed conversion or the comparison..
UnknownQueryType This class defines the exception thrown when query type is not considered in our system.
XATException This class defines the exception thrown when wrong in XAT execution.
XATNodeDoesNotExistException This class defines the exception thrown when XATNode is not found in XAT execution.
XATTableColumnNoExistException This class defines the exception thrown when XATTable colomn is not found in XAT execution.
XATTableEmptyException This class defines the exception thrown when XATTable is empty in execution.
XATTableException This class defines the exception thrown when XATTable is wrong.
XATTableOutOfRangeException This class defines the exception thrown when XATTable is out of range.
XATTableSchemaNoMatchException This class defines the exception thrown when the number of cells in a tuple doesn't match the number of columns in the schema.
XATTableTupleNoMatchException This class defines the exception thrown when the number of tuples in a column doesn't match number of tuples in the existing table.
XATTreeNodeHasNoParentException This class defines the exception thrown the XATNode does not have a parent.