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:
Serializable
- Direct Known Subclasses:
KieDataFieldException,KieEnumException
Internal unchecked Exceptions to be wrapped to checked one only at customer API boundaries
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKiePMMLInternalException(String message) KiePMMLInternalException(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
-
Constructor Details
-
KiePMMLInternalException
-
KiePMMLInternalException
-