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:
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(String message)KiePMMLModelException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-