Documentation / dataflow-async / com.femastudios.dataflow.async / FlowException
Go to reference

FlowException

class FlowException : RuntimeException

Exception that must be thrown only from a WorkContext when calculating an attribute.

See WorkContext for more info

Parameters

data - the AttributeData (more specifically NotLoaded) instance to set to the attribute

Properties

data

the AttributeData (more specifically NotLoaded) instance to set to the attribute

val data: NotLoaded<*>