public class SQLQueryClauseException extends SQLQueryException
Constructor and Description |
---|
SQLQueryClauseException(SQLFragment obj,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
void |
addType(java.lang.String type)
Adds an extra object type for this exception to be concerning, other than
the type for the object that was created.
|
boolean |
isForType(java.lang.String type)
Queries whether this problem is relevant to the given type of clause.
|
append, getAllMessages, getMessage, getNextException, getObject, getRelatedObjects, setNextException, setRelatedObjects
public SQLQueryClauseException(SQLFragment obj, java.lang.String message)
public void addType(java.lang.String type)
isForType(String)
public boolean isForType(java.lang.String type)
SelectObject.TYPE
, GroupByObject.TYPE
etc.