Looking for some help handling the error conditions that may occur during camel route(s) startup in a context. We are using java dsl to create routes after reading a configuration. when one of the configuration is wrong (e.g. missing host name in sftp uri. runtime discovery of error in this case), all subsequent routes are not even started by camel. What we are trying to achieve is, log an error for faulty case and proceed with subsequent route.
Is there any interceptor for same?