Hi,I am creating a JSON output for markup exposed by my custom component. In this JSON i have 2 attributes (componentMarkup , successFlag). If there is no issue in component execution then i set the "successFlag" to TRUE else FALSE.What is the best way to know that some exception occurred during com...