Community
Participate
Working Groups
EGL code: library mine {} function tester() try longStr String = "123456789"; shortStr String = longStr[8:12]; SysLib.writeStdOut("this is bad"); onException (oops InvalidIndexException) SysLib.writeStdOut("this is good"); end end end Java error: InvalidIndexException cannot be resolved to a type Java code: catch (InvalidIndexException oops) { JavaScript generates and compiles without error
Added the defined exceptions
Verified
Closing this defect.