corda / net.corda.core.flows / IllegalFlowLogicException / <init>

<init>

IllegalFlowLogicException(type: Class<*>, msg: String) IllegalFlowLogicException(type: String, msg: String)

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 FlowLogic, not having a valid constructor and so on.