Package org.kie.pmml.api.exceptions
Class KiePMMLInputDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kie.pmml.api.exceptions.KiePMMLException
-
- org.kie.pmml.api.exceptions.KiePMMLInputDataException
-
- All Implemented Interfaces:
Serializable
public class KiePMMLInputDataException extends KiePMMLException
RuntimeExceptions to be wrapping to unchecked ones at customer API boundaries- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KiePMMLInputDataException(String message)KiePMMLInputDataException(String message, Throwable cause)KiePMMLInputDataException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-