Package org.jpmml.evaluator
Class MissingFieldException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jpmml.model.PMMLException
-
- org.jpmml.evaluator.EvaluationException
-
- org.jpmml.evaluator.MissingFieldException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingFieldException extends EvaluationException
Thrown to indicate that a field name cannot be resolved to a field in the current context.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingFieldException(E object)MissingFieldException(java.lang.String name)MissingFieldException(java.lang.String name, 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
-
-