Class KiePMMLModelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kie.pmml.api.exceptions.KiePMMLInternalException
-
- org.kie.pmml.evaluator.api.exceptions.KiePMMLModelException
-
- All Implemented Interfaces:
java.io.Serializable
public class KiePMMLModelException extends org.kie.pmml.api.exceptions.KiePMMLInternalExceptionException raised whenever there is an error on theKiePMMLModelas whole (e.g. un unexpected implementation received)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KiePMMLModelException(java.lang.String message)KiePMMLModelException(java.lang.String message, java.lang.Throwable cause)
-