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

main.wisp.task.exception.FailedTaskException.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 failed.
 *
 * If a task returns [Status.FAILED], it is mapped to this exception and thrown.
 */
class FailedTaskException : Exception()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy