public class UnresolvedJoinException extends ParseException
currentToken, eol, expectedTokenSequences, position, tokenImage| Constructor | Description |
|---|---|
UnresolvedJoinException(java.lang.String message) |
Build a simple UnresolvedJoin.
|
UnresolvedJoinException(java.lang.String message,
TextPosition errorPosition) |
Build an UnresolvedJoin and specify, in addition of the error message, the position of the column not resolved.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
setPosition(TextPosition pos) |
Set the position of the invalid JOIN.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPositionpublic UnresolvedJoinException(java.lang.String message)
message - Message to display explaining why the join can't be resolved.public UnresolvedJoinException(java.lang.String message,
TextPosition errorPosition)
message - Message to display explaining why the join can't be resolved.errorPosition - Position of the wrong part of the join.public void setPosition(TextPosition pos)
pos - Position of the concerned JOIN inside the ADQL query.