TaskExecutionException

open class TaskExecutionException : DefaultMultiCauseException(source)

A TaskExecutionException is thrown when a task fails to execute successfully.

Constructors

Link copied to clipboard
constructor(task: Task, cause: Throwable)

Properties

Link copied to clipboard
open val cause: Throwable
Link copied to clipboard
open val message: String
Link copied to clipboard
Link copied to clipboard
val task: Task

Functions

Link copied to clipboard
fun addSuppressed(exception: Throwable)
Link copied to clipboard
Link copied to clipboard
open fun getCauses(): List<out Throwable>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun hasCause(type: Class<out Any>): Boolean
Link copied to clipboard
open fun initCause(throwable: Throwable): Throwable
Link copied to clipboard
open fun initCauses(causes: Iterable<out Throwable>)
Link copied to clipboard
open fun printStackTrace(printStream: PrintStream)
Link copied to clipboard
open fun toString(): String