Catch connection settings - 7.3

Talend Open Studio User Guide

Version
7.3
Language
English
Product
Talend Open Studio for Big Data
Talend Open Studio for Data Integration
Talend Open Studio for Data Quality
Talend Open Studio for ESB
Module
Talend Studio
Content
Design and Development
Last publication date
2023-10-11
Available in...

Open Studio for ESB

About this task

You can set a Catch link to catch the exception thrown by the try link of the cTry component.

Procedure

  1. Simply select the Catch link of your Route to display the related Basic settings view of the Components tab.
  2. In the Exceptions field, type in the name of the exception class that is likely to occur in the try routing. If you type in java.lang.Exception.class, mother of all exceptions, any exception will be caught. But you can try to fine-tune the exception generated by specifying a more precise exception class.

Results

When executing your Route, if an exception occurs in routing following a try link, it will be caught by the catch link corresponding better to the exception. For more information, see Row connection.