package saker.build.task.exception
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.
| public | TaskParameterException( Creates a new exception for the given task identifier, exception message, and cause. | 
| public | TaskParameterException( Creates a new exception for the given task identifier and exception message. | 
| public | TaskParameterException( Creates a new exception for the given task identifier and cause. | 
| From: TaskExecutionException | 
| From: Throwable | 
| From: Object | 
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.
Documentation included from: TaskExecutionException
Creates a new exception for the given task identifier and exception message.
messageThe exception message.
taskIdentifierThe related task identifier.
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.