All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.wisp.task.exception.NoWorkForTaskException.kt Maven / Gradle / Ivy

There is a newer version: 2024.09.17.200749-4708422
Show newest version
package wisp.task.exception

import wisp.task.Status

/**
 * Can be thrown by a task to indicate it has no work to do at this time.
 *
 * If a task returns [Status.NO_WORK], it is mapped to this exception and thrown.
 */
class NoWorkForTaskException : Exception()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy