Package net.n2oapp.framework.engine.data
Class N2oOperationExceptionHandler
- java.lang.Object
-
- net.n2oapp.framework.engine.data.N2oOperationExceptionHandler
-
- All Implemented Interfaces:
OperationExceptionHandler
public class N2oOperationExceptionHandler extends Object implements OperationExceptionHandler
Обработка исключений операции по умолчанию
-
-
Constructor Summary
Constructors Constructor Description N2oOperationExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N2oExceptionhandle(CompiledObject.Operation o, DataSet data, Exception e)
-
-
-
Method Detail
-
handle
public N2oException handle(CompiledObject.Operation o, DataSet data, Exception e)
- Specified by:
handlein interfaceOperationExceptionHandler
-
-