Package org.kie.pmml.api.exceptions
Class KiePMMLInternalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kie.pmml.api.exceptions.KiePMMLInternalException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
KieDataFieldException,KieEnumException
public class KiePMMLInternalException extends java.lang.RuntimeExceptionInternal unchecked Exceptions to be wrapped to checked one only at customer API boundaries- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KiePMMLInternalException(java.lang.String message)KiePMMLInternalException(java.lang.String message, java.lang.Throwable cause)
-