TriggerReactor

TriggerReactor

24.6k Downloads

CATCH Statement is not return fundemental error.

son-daehyeon opened this issue ยท 0 comments

commented
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