NoDemandFillerFoundException

class NoDemandFillerFoundException(message: String = "NoDemandFillerFoundException", cause: Throwable? = null) : RuntimeException(source)

Thrown when no DemandFillerIfc is available to fill a given demand.

See sc.inventorylayer.NoDemandFillerFoundException

Constructors

Link copied to clipboard
constructor(message: String = "NoDemandFillerFoundException", cause: Throwable? = null)