|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.wordhoard.swing.calculator.cql.CQLSyntaxError
public class CQLSyntaxError
Error for invalid CQL specification.
Constructor Summary | |
---|---|
protected |
CQLSyntaxError()
Don't allow instantiations but do allow overrides. |
Method Summary | |
---|---|
static void |
badElement(CQLQueryTokenizer tokenizer,
java.lang.String errorSource,
java.lang.String badText)
Constructs and throws InvalidCQLQueryException exception. |
static void |
badTermType(CQLQueryTokenizer tokenizer,
java.lang.String errorSource,
java.lang.String badText)
Constructs and throws InvalidCQLQueryException exception. |
static void |
termEndsTooSoon(CQLQueryTokenizer tokenizer,
java.lang.String errorSource,
java.lang.String badText)
Constructs and throws InvalidCQLQueryException exception. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CQLSyntaxError()
Method Detail |
---|
public static void badElement(CQLQueryTokenizer tokenizer, java.lang.String errorSource, java.lang.String badText) throws InvalidCQLQueryException
tokenizer
- Parser tokenizer.errorSource
- Source of error.badText
- Text at which error occurs.
InvalidCQLQueryException
public static void termEndsTooSoon(CQLQueryTokenizer tokenizer, java.lang.String errorSource, java.lang.String badText) throws InvalidCQLQueryException
tokenizer
- Parser tokenizer.errorSource
- Source of error.badText
- Text at which error occurs.
InvalidCQLQueryException
public static void badTermType(CQLQueryTokenizer tokenizer, java.lang.String errorSource, java.lang.String badText) throws InvalidCQLQueryException
tokenizer
- Parser tokenizer.errorSource
- Source of error.badText
- Text at which error occurs.
InvalidCQLQueryException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |