[Java] Class GinqSyntaxError
- org.apache.groovy.ginq.dsl.GinqSyntaxError
public class GinqSyntaxError
extends AssertionError
Represents GINQ syntax error
-
Since:
-
4.0.0
Constructor Summary
Methods Summary
Methods
Type Params |
Return Type |
Name and description |
|
public int |
getColumn()
|
|
public int |
getLine()
|
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class AssertionError |
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Constructor Detail
public GinqSyntaxError(String message, Expression expression)
public GinqSyntaxError(String message, int line, int column)
Method Detail
public int getColumn()
public int getLine()