Package org.kie.pmml.api.exceptions
Class KiePMMLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kie.pmml.api.exceptions.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KiePMMLException(String message)KiePMMLException(String message, Throwable cause)KiePMMLException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-