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 SummaryConstructorsConstructorDescriptionGinqSyntaxError(String message, int line, int column) GinqSyntaxError(String message, Expression expression) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
GinqSyntaxError
- 
GinqSyntaxError
 
- 
- 
Method Details- 
getLinepublic int getLine()
- 
getColumnpublic int getColumn()
 
-