Package org.jpmml.evaluator
Class EvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jpmml.model.PMMLException
-
- org.jpmml.evaluator.EvaluationException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicateFieldException,DuplicateFieldValueException,FunctionException,InvisibleFieldException,MissingFieldException,MissingFieldValueException,NotImplementedException,TypeCheckException,UnaggregableFieldException,UndefinedResultException,UnlaggableFieldException,ValueCheckException
public class EvaluationException extends org.jpmml.model.PMMLExceptionThrown to indicate an abrupt termination of the evaluation operation.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EvaluationException(String message)EvaluationException(String message, org.dmg.pmml.PMMLObject context)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringformat(Object object)static StringformatKey(Object object)static StringformatName(String name)static StringformatValue(Object object)-
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
-
-