Package org.apache.groovy.ginq.dsl
Class GinqSyntaxError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.apache.groovy.ginq.dsl.GinqSyntaxError
- All Implemented Interfaces:
 Serializable
Represents GINQ syntax error
- Since:
 - 4.0.0
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionGinqSyntaxError(String message, int line, int column) GinqSyntaxError(String message, Expression expression)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
GinqSyntaxError
 - 
GinqSyntaxError
 
 - 
 - 
Method Details
- 
getLine
public int getLine() - 
getColumn
public int getColumn() 
 -