Uses of Enum
org.talend.sdk.component.api.exception.ComponentException.ErrorOrigin
Packages that use ComponentException.ErrorOrigin
-
Uses of ComponentException.ErrorOrigin in org.talend.sdk.component.api.exception
Methods in org.talend.sdk.component.api.exception that return ComponentException.ErrorOriginModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ComponentException.ErrorOrigin[]ComponentException.ErrorOrigin.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 ComponentException.ErrorOriginModifierConstructorDescriptionComponentException(ComponentException.ErrorOrigin errorOrigin, String message) ComponentException(ComponentException.ErrorOrigin errorOrigin, String type, String message, StackTraceElement[] stackTrace, Throwable cause) ComponentException(ComponentException.ErrorOrigin errorOrigin, String message, Throwable cause)