116117118119120121122123124
else if( issue.isFatalError() ) { logger.error( message ); } } final ValidateException exception = result.getException(); throw new CascadingException( exception.getMessage(), exception ); } }