Package org.kie.pmml.api.exceptions
Class KiePMMLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kie.pmml.api.exceptions.KiePMMLException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
KiePMMLInputDataException,KiePMMLValidationException
public class KiePMMLException extends java.lang.RuntimeExceptionRuntimeExceptions to be wrapping to unchecked ones at customer API boundaries- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KiePMMLException(java.lang.String message)KiePMMLException(java.lang.String message, java.lang.Throwable cause)KiePMMLException(java.lang.Throwable cause)
-