20812082208320842085208620872088208920902091
} if(listener==null) { if(base==null)listener=config.getApplicationListener(); else listener=((MappingImpl)base.getMapping()).getApplicationListener(); } listener.onError(this,pe); } else log(false); if(throwExcpetion) throw pe; }
21412142214321442145214621472148214921502151
this.pe=pe; log(true); if(fdEnabled){ FDSignal.signal(pe, false); } listener.onError(this,pe); } else log(false); if(throwExcpetion) throw pe; }
21582159216021612162216321642165216621672168
if(!gatewayContext && getConfig().debug()) { try { listener.onDebug(this); } catch (PageException pe) { if(!Abort.isSilentAbort(pe))listener.onError(this,pe); } } base=null; } }