public class TooManyValuesException
extends GroovyRuntimeException
Thrown when too many values returned by sub-query in the select clause
| Constructor and description |
|---|
TooManyValuesException(String msg)Creates an exception for a sub-query that returned too many values. |
| Methods inherited from class | Name |
|---|---|
class GroovyRuntimeException |
getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule |
Creates an exception for a sub-query that returned too many values.
msg - the error messageCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.