groovy.lang.MissingPropertyException : no such property
when a variable or property or attribute is not declared and trying to manipulate on that
eg:
def res = sql.rows("query")
[in the above line sql is not declared]
when a variable or property or attribute is not declared and trying to manipulate on that
eg:
def res = sql.rows("query")
[in the above line sql is not declared]