}
public LCEngine getEngine() {
if (this.engine == null) {
try {
this.engine = new LCEngine();
this.engine.addLogConnectionListener(this);
this.engine.addLogListener(this);
this.engine.addLogErrorListener(this);
} catch (java.lang.Throwable ivjExc) {
handleException(ivjExc);