Class KiePMMLException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
KiePMMLInputDataException, KiePMMLValidationException

public class KiePMMLException extends RuntimeException
RuntimeExceptions to be wrapping to unchecked ones at customer API boundaries
See Also:
  • Constructor Details

    • KiePMMLException

      public KiePMMLException(String message, Throwable cause)
    • KiePMMLException

      public KiePMMLException(Throwable cause)
    • KiePMMLException

      public KiePMMLException(String message)