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
public class KiePMMLInternalException extends RuntimeException
Internal unchecked Exceptions to be wrapped to checked one only at customer API boundaries- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KiePMMLInternalException(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
-
-