Package com.suncode.pwfl.component
Class InvokeComponentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.suncode.pwfl.component.InvokeComponentException
- All Implemented Interfaces:
Serializable
Exception thrown when component could not be invoked. May be caused by invalid arguments or an
error in invoked method.
- Author:
- RafaĆ Nowacki 13 cze 2016
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvokeComponentException
(InvocableComponent component, String message, Throwable cause) InvokeComponentException
(InvocableComponent component, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvokeComponentException
-
InvokeComponentException
-