public class TypeCheckException extends EvaluationException
Thrown to indicate a violation of PMML type system.
This exception class can be regarded as the PMML equivalent of ClassCastException.
| Constructor and Description |
|---|
TypeCheckException(java.lang.Class<?> expected,
java.lang.Object actual) |
TypeCheckException(org.dmg.pmml.DataType expected,
java.lang.Object actual) |
TypeCheckException(java.lang.String message) |
format, formatKey, formatName, formatValueensureContext, getContext, initCause, toStringCopyright © 2024. All Rights Reserved.