/* */
/* 883 */ throw this.initException;
/* */ }
/* 885 */ TriggerListener listener = null;
/* */ try {
/* 887 */ listener = (TriggerListener)loadHelper.loadClass(listenerClass).newInstance();
/* */ }
/* */ catch (Exception e) {
/* 890 */ this.initException = new SchedulerException("TriggerListener class '" + listenerClass + "' could not be instantiated.", e);
/* */
/* 893 */ this.initException.setErrorCode(50);