*
* @throws CpeDescriptorException tbd
*/
protected void addDefaults() throws CpeDescriptorException {
if (getCasProcessorFilter() == null) {
CasProcessorFilter filter = CpeDescriptorFactory.produceCasProcessorFilter("");
setCasProcessorFilter(filter);
}
if (getErrorHandling() == null) {
CasProcessorErrorHandling errorHandling = CpeDescriptorFactory
.produceCasProcessorErrorHandling();