Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.1-beta-1
-
Component/s: None
-
Labels:None
Description
Trying to do something like this in a groovy script:
Thread.setDefaultUncaughtExceptionHandler(
{thread,ex -> log.error("Error! thread=${thread}", ex)}
as Thread.UncaughtExceptionHandler)
would get:
unable to resolve class Thread.UncaughtExceptionHandler
fixed