|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.linkedin.util.lang.LangUtils
org.linkedin.groovy.util.lang.GroovyLangUtils
class GroovyLangUtils extends LangUtils
Field Summary | |
---|---|
static java.lang.String |
MODULE
|
static Logger |
log
|
Property Summary | |
---|---|
static java.lang.Object |
NOEXCEPTION_ERROR
Returned by noException(Closure) when an exception happens |
Method Summary | |
---|---|
static java.lang.Object
|
noException(groovy.lang.Closure closure)
The closure will be executed and no exception will ever be thrown. |
Field Detail |
---|
public static final java.lang.String MODULE
public static final Logger log
Property Detail |
---|
static final java.lang.Object NOEXCEPTION_ERROR
Method Detail |
---|
static java.lang.Object noException(groovy.lang.Closure closure)
System.err
, and if this fails as well then there won't be
any message logged.
Groovy Documentation