Package org.jpmml.evaluator
Class UndefinedResultException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jpmml.model.PMMLException
-
- org.jpmml.evaluator.EvaluationException
-
- org.jpmml.evaluator.UndefinedResultException
-
- All Implemented Interfaces:
java.io.Serializable
public class UndefinedResultException extends EvaluationException
Thrown to indicate an undefined end state of an evaluation operation.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UndefinedResultException()
-
Method Summary
-
Methods inherited from class org.jpmml.evaluator.EvaluationException
format, formatKey, formatName, formatValue
-
Methods inherited from class org.jpmml.model.PMMLException
ensureContext, getContext, initCause, toString
-
-