son-daehyeon opened this issue 3 years ago ยท 0 comments
IMPORT java.lang.Class TRY Class.forName("TRIGGERREACTOR") // throwing ClassNotFoundException CATCH e #LOG e // We hope that there is ClassNotFoundException, but there is actually InterpreterException. ENDTRY