Package net.n2oapp.framework.engine.data
Class N2oQueryExceptionHandler
- java.lang.Object
-
- net.n2oapp.framework.engine.data.N2oQueryExceptionHandler
-
- All Implemented Interfaces:
QueryExceptionHandler
public class N2oQueryExceptionHandler extends Object implements QueryExceptionHandler
Обработка исключений получения выборки по умолчанию
-
-
Constructor Summary
Constructors Constructor Description N2oQueryExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N2oExceptionhandle(CompiledQuery query, N2oPreparedCriteria criteria, Exception e)
-
-
-
Method Detail
-
handle
public N2oException handle(CompiledQuery query, N2oPreparedCriteria criteria, Exception e)
- Specified by:
handlein interfaceQueryExceptionHandler
-
-