Package org.jpmml.evaluator
Class FunctionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jpmml.model.PMMLException
-
- org.jpmml.evaluator.EvaluationException
-
- org.jpmml.evaluator.FunctionException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidArgumentException,InvalidArgumentListException,MissingArgumentException
public abstract class FunctionException extends EvaluationException
Thrown to indicate an incorrect function invocation.
- See Also:
Function, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FunctionException(Function function, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctiongetFunction()-
Methods inherited from class org.jpmml.evaluator.EvaluationException
format, formatKey, formatName, formatValue
-
Methods inherited from class org.jpmml.model.PMMLException
ensureContext, getContext, initCause, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-