Class KiePMMLInternalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kie.pmml.api.exceptions.KiePMMLInternalException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
KieDataFieldException, KieEnumException

public class KiePMMLInternalException extends RuntimeException
Internal unchecked Exceptions to be wrapped to checked one only at customer API boundaries
See Also:
  • Constructor Details

    • KiePMMLInternalException

      public KiePMMLInternalException(String message, Throwable cause)
    • KiePMMLInternalException

      public KiePMMLInternalException(String message)