package saker.build.task.exception
Exception signaling that a required parameter was not provided by the caller.
public | MissingRequiredParameterException( Creates a new exception for the given task identifier and exception message. |
From: TaskExecutionException |
From: Throwable |
From: Object |
Documentation included from: TaskExecutionException
Creates a new exception for the given task identifier and exception message.
messageThe exception message.
taskIdentifierThe related task identifier.