public class InvalidAliasException extends SQLQueryClauseException
| Constructor and Description |
|---|
InvalidAliasException(AliasFragment frag)
The alias for the given fragment is invalid.
|
InvalidAliasException(AliasFragment frag,
java.lang.String alias)
Use when a new alias is invalid and hasn't been commited to the alias
fragment yet.
|
addType, isForTypeappend, getAllMessages, getMessage, getNextException, getObject, getRelatedObjects, setNextException, setRelatedObjectspublic InvalidAliasException(AliasFragment frag)
public InvalidAliasException(AliasFragment frag, java.lang.String alias)