public class IllegalFlowLogicException
Thrown if the structure of a class implementing a flow is not correct. There can be several causes for this such as
not inheriting from class FlowLogic, not having a valid constructor and so on.
class FlowLogicpublic IllegalFlowLogicException(@NotNull
java.lang.String type,
@NotNull
java.lang.String msg)
Thrown if the structure of a class implementing a flow is not correct. There can be several causes for this such as
not inheriting from class FlowLogic, not having a valid constructor and so on.
type - the fully qualified name of the class that failed checks.class FlowLogicpublic IllegalFlowLogicException(@NotNull
java.lang.Class<?> type,
@NotNull
java.lang.String msg)