Package org.jpmml.python
Class AttributeCastFunction<E>
- java.lang.Object
-
- org.jpmml.python.CastFunction<E>
-
- org.jpmml.python.AttributeCastFunction<E>
-
public abstract class AttributeCastFunction<E> extends CastFunction<E>
-
-
Constructor Summary
Constructors Constructor Description AttributeCastFunction(Class<? extends E> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvalidAttributeExceptioncreatePythonException(String message, ClassCastException cause)-
Methods inherited from class org.jpmml.python.CastFunction
apply, getClazz
-
-
-
-
Method Detail
-
createPythonException
public InvalidAttributeException createPythonException(String message, ClassCastException cause)
- Overrides:
createPythonExceptionin classCastFunction<E>
-
-