Uses of Enum
org.talend.sdk.component.api.exception.DiscoverSchemaException.HandleErrorWith
Packages that use DiscoverSchemaException.HandleErrorWith
-
Uses of DiscoverSchemaException.HandleErrorWith in org.talend.sdk.component.api.exception
Methods in org.talend.sdk.component.api.exception that return DiscoverSchemaException.HandleErrorWithModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.DiscoverSchemaException.HandleErrorWith.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.talend.sdk.component.api.exception with parameters of type DiscoverSchemaException.HandleErrorWithModifierConstructorDescriptionDiscoverSchemaException(String message, StackTraceElement[] stackTrace, DiscoverSchemaException.HandleErrorWith handling) DiscoverSchemaException(String message, DiscoverSchemaException.HandleErrorWith handling)