public class MissingFieldException extends EvaluationException
Thrown to indicate that a field name cannot be resolved to a field in the current context.
According to PMML field scoping rules, it is possible to refer to exactly two kinds of field elements inside a Model element:
MiningFieldDerivedField| Constructor and Description |
|---|
MissingFieldException(org.dmg.pmml.FieldName name) |
MissingFieldException(org.dmg.pmml.FieldName name,
org.dmg.pmml.PMMLObject context) |
getContext, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2015. All Rights Reserved.