saker.build Documentation TaskDoc JavaDoc Packages
public class TaskParameterException extends TaskExecutionException
Exceptions signaling that some issue was encountered when dealing with task parameters.

The nature of the issue should be included in the message in the exception.

Constructors
public
TaskParameterException(String message, Throwable cause, TaskIdentifier taskIdentifier)
Creates a new exception for the given task identifier, exception message, and cause.
public
Creates a new exception for the given task identifier and exception message.
public
Creates a new exception for the given task identifier and cause.
public TaskParameterException(String message, Throwable cause, TaskIdentifier taskIdentifier)
Documentation included from: TaskExecutionException
Creates a new exception for the given task identifier, exception message, and cause.
messageThe exception message.
causeThe exception that caused this one.
taskIdentifierThe related task identifier.
public TaskParameterException(String message, TaskIdentifier taskIdentifier)
Documentation included from: TaskExecutionException
Creates a new exception for the given task identifier and exception message.
messageThe exception message.
taskIdentifierThe related task identifier.
public TaskParameterException(Throwable cause, TaskIdentifier taskIdentifier)
Documentation included from: TaskExecutionException
Creates a new exception for the given task identifier and cause.
causeThe exception that caused this one.
taskIdentifierThe related task identifier.