NoSuchStepException

class NoSuchStepException(m: String = "Iterative Process: No such step exception!") : RuntimeException

Constructors

Link copied to clipboard
constructor(m: String = "Iterative Process: No such step exception!")

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?