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:
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionDiscoverSchemaException
(String message, StackTraceElement[] stackTrace, DiscoverSchemaException.HandleErrorWith handling) DiscoverSchemaException
(String message, DiscoverSchemaException.HandleErrorWith handling) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DiscoverSchemaException
-
DiscoverSchemaException
public DiscoverSchemaException(ComponentException e, DiscoverSchemaException.HandleErrorWith handling) -
DiscoverSchemaException
-
DiscoverSchemaException
public DiscoverSchemaException(String message, StackTraceElement[] stackTrace, DiscoverSchemaException.HandleErrorWith handling)
-