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