Class MissingFieldValueException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MissingFieldValueException
    extends EvaluationException

    Thrown to indicate that a field value is not declared.

    See Also:
    Serialized Form
    • Method Summary

      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MissingFieldValueException

        public MissingFieldValueException​(java.lang.String name)
      • MissingFieldValueException

        public MissingFieldValueException​(java.lang.String name,
                                          org.dmg.pmml.PMMLObject context)
      • MissingFieldValueException

        public MissingFieldValueException​(E object)