Class AggregateTasks.InvalidFunctionArguments
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.persist.core.api.exec.tasks2.AggregateTasks.InvalidFunctionArguments
- All Implemented Interfaces:
Serializable
- Enclosing class:
AggregateTasks
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidFunctionArguments
(String functionName, List<ch.tocco.nice2.persist.core.api.exec.tasks2.AggregateTasks.InvalidFunctionArguments.Argument> arguments) -
Method Summary
Modifier and TypeMethodDescriptionList
<ch.tocco.nice2.persist.core.api.exec.tasks2.AggregateTasks.InvalidFunctionArguments.Argument> withArg
(String parameter, @Nullable Serializable value, String errorMessage) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidFunctionArguments
-
-
Method Details
-
getFunctionName
-
getArguments
public List<ch.tocco.nice2.persist.core.api.exec.tasks2.AggregateTasks.InvalidFunctionArguments.Argument> getArguments() -
create
-
withArg
public AggregateTasks.InvalidFunctionArguments withArg(String parameter, @Nullable @Nullable Serializable value, String errorMessage)
-