Class InvocationExceptionWrapper
java.lang.Object
org.talend.sdk.component.runtime.base.lang.exception.InvocationExceptionWrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeExceptionWrap the target exception in a Runtime exception
-
Constructor Details
-
InvocationExceptionWrapper
public InvocationExceptionWrapper()
-
-
Method Details
-
toRuntimeException
Wrap the target exception in a Runtime exception- Parameters:
e- the exception to wrap in a way which will remove classloader specific exceptions.
-