Package groovy.lang
Class SpreadMapEvaluatingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.lang.GroovyRuntimeException
groovy.lang.SpreadMapEvaluatingException
- All Implemented Interfaces:
Serializable
Thrown when evaluating a spread map expression fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSpreadMapEvaluatingException(String message) Creates a spread map evaluation exception. -
Method Summary
Methods inherited from class groovy.lang.GroovyRuntimeException
getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModuleMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SpreadMapEvaluatingException
Creates a spread map evaluation exception.- Parameters:
message- the detail message
-