Package org.jpmml.evaluator
Class MissingArgumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jpmml.model.PMMLException
-
- org.jpmml.evaluator.EvaluationException
-
- org.jpmml.evaluator.FunctionException
-
- org.jpmml.evaluator.MissingArgumentException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingArgumentException extends FunctionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingArgumentException(Function function, java.lang.String message)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringformatMessage(Function function, java.lang.String argument)-
Methods inherited from class org.jpmml.evaluator.FunctionException
getFunction
-
Methods inherited from class org.jpmml.evaluator.EvaluationException
format, formatKey, formatName, formatValue
-
Methods inherited from class org.jpmml.model.PMMLException
ensureContext, getContext, initCause, toString
-
-