Class DiscoverSchemaException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.talend.sdk.component.api.exception.DiscoverSchemaException
All Implemented Interfaces:
Serializable

This class is dedicated to Studio's guess schema feature. It has the same goal as ComponentException except that you can specify an action to execute in some cases. If you don't need such feature, just use ComponentException. See me TCOMP-2342 for more details.
See Also: