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(Class<?> expected,
Object actual) |
TypeCheckException(org.dmg.pmml.DataType expected,
Object actual) |
TypeCheckException(String message) |
ensureContext, format, formatKey, formatValue, getContext, initCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2021. All rights reserved.