Package org.jpmml.evaluator
Class DuplicateFieldException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jpmml.model.PMMLException
-
- org.jpmml.evaluator.EvaluationException
-
- org.jpmml.evaluator.DuplicateFieldException
-
- All Implemented Interfaces:
Serializable
public class DuplicateFieldException extends EvaluationException
Thrown to indicate that a field name resolves to more than one field in the current context.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateFieldException(String name)DuplicateFieldException(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
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-