public class UnresolvedJoinException extends ParseException
currentToken, eol, expectedTokenSequences, position, tokenImage
Constructor and 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 and Description |
---|---|
void |
setPosition(TextPosition pos)
Set the position of the invalid JOIN.
|
getPosition
public 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.