Luiza
v03-01
|
AbortProcessingException used to abort proccessing of data. More...
#include <LuizaExceptions.h>
AbortProcessingException used to abort proccessing of data.
By using AbortProcessingException processor forces luiza::ProcessorMgr to abort analysis at given point. Current loop is interupted, Processor::concludeAnalysis() methods are NOT called (only Processor:end()). This should be used only in case of fatal errors, when all results are useless (eg. no connection to the object data base).