public class UnsupportedReturnValueException
extends org.codehaus.groovy.grails.web.servlet.mvc.exceptions.GrailsMVCException
Thrown when the return value of a closure is unsupported.
If you are using a builder in your code and this exception is thrown you may need to return a null value at the end of the closure to avoid this exception.
| Constructor and Description |
|---|
UnsupportedReturnValueException() |
UnsupportedReturnValueException(java.lang.String message) |
UnsupportedReturnValueException(java.lang.String message,
java.lang.Throwable cause) |
UnsupportedReturnValueException(java.lang.Throwable cause) |
public UnsupportedReturnValueException()
public UnsupportedReturnValueException(java.lang.String message)
public UnsupportedReturnValueException(java.lang.String message,
java.lang.Throwable cause)
public UnsupportedReturnValueException(java.lang.Throwable cause)