| 异常错误 | 说明 |
|---|---|
| GroovyObjectInvokeMethodException |
当使用
GroovyObject.invokeMethod(String, Object) 方法时可能会抛出的异常。 |
| GroovyScriptParseException |
当 Groovy 脚本解析异常时可能会抛出的异常。
|
| InvalidGroovyScriptException |
当 Groovy 脚本无效时抛出的异常,比如脚本内容为
null,为空字符串。 |
Copyright © 2024. All rights reserved.