Exemplo n.º 1
0
 public Interceptor(IHandlerException phandlerException)
 {
     handlerException = phandlerException;
 }
Exemplo n.º 2
0
 //
 public ImplEnvironment()
 {
     handlerLog       = new ImplHandlerLog(this);
     handlerException = new ImplHandlerException(this, handlerLog);
     _stockRemain     = new ToolStockRemain(this);
 }
Exemplo n.º 3
0
 public Interceptor()
 {
     handlerException = FactoryHandlerException.Create();
 }
Exemplo n.º 4
0
 public void setExceptionHandler(IHandlerException pHandler)
 {
     handlerException = pHandler;
 }