Package org.jpmml.evaluator
Class ValueCheckException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jpmml.model.PMMLException
-
- org.jpmml.evaluator.EvaluationException
-
- org.jpmml.evaluator.ValueCheckException
-
- All Implemented Interfaces:
java.io.Serializable
public class ValueCheckException extends EvaluationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueCheckException(java.lang.String message)ValueCheckException(java.lang.String message, org.dmg.pmml.PMMLObject context)
-
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
-
-