Class KiePMMLModelException

  • All Implemented Interfaces:
    Serializable

    public class KiePMMLModelException
    extends org.kie.pmml.api.exceptions.KiePMMLInternalException
    Exception raised whenever there is an error on the KiePMMLModel as whole (e.g. un unexpected implementation received)
    See Also:
    Serialized Form
    • Constructor Detail

      • KiePMMLModelException

        public KiePMMLModelException​(String message,
                                     Throwable cause)
      • KiePMMLModelException

        public KiePMMLModelException​(String message)