package saker.build.runtime.repository
Exception for reporting the scenario when a task lookup by name failed to yield any result.
public | TaskNotFoundException( Creates a new exception for the specified task name and detail message and cause. |
public | TaskNotFoundException( Creates a new exception for the specified task name and detail message. |
public | TaskNotFoundException( Creates a new exception for the specified task name and cause. |
public | TaskNotFoundException( Creates a new exception instance for the specified task name. |
public TaskName | Gets the task name which was not found. |
Creates a new exception for the specified task name and detail message and cause.
messageThe detail message.
causeThe cause of this exception.
taskNameThe task name which was not found.
Creates a new exception for the specified task name and detail message.
messageThe detail message.
taskNameThe task name which was not found.
Creates a new exception for the specified task name and cause.
causeThe cause of this exception.
taskNameThe task name which was not found.
Creates a new exception instance for the specified task name.
taskNameThe task name which was not found.
Gets the task name which was not found.
The task name.