![]() |
Consumption Analytics Documentation |
New in version 3.3.0. Creates a transform exception for every record processed, per exception rules defined for the job step. If exception processing is disabled, a warning is generated per record but the record remains in the job flow.
Use this processor with a filter to specify the condition that causes the exception.
com.cloudcruiser.batch.transform.CreateException
Name | Type | Description |
exceptionMessage | string | The warning message to write to the job log for each record processed |
<bean class="com.cloudcruiser.batch.transform.CreateException"> <property name="filter"> <bean class="com.cloudcruiser.batch.filter.NoResourceCondition" /> </property> <property name="exceptionMessage" value="This record contains no resources."> </bean>
(c) Copyright 2017-2020 Hewlett Packard Enterprise Development LP