saker.build Documentation TaskDoc JavaDoc Packages
public final class TaskExecutionFailedException extends TaskExecutionException
Exceptions representing that a task execution did not finish successfully.

Clients shouldn't create new instances and throw this kind exception, it is used by the build system.

The Throwable.getCause() holds the exception thrown by the specified task.