Package org.kie.pmml.pmml_4_2
Class PMML4Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.kie.pmml.pmml_4_2.PMML4Exception
-
- All Implemented Interfaces:
Serializable
public class PMML4Exception extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PMML4Exception(String modelId, String message)PMML4Exception(String modelId, String message, Throwable cause)PMML4Exception(String modelId, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetModelId()voidsetModelId(String modelId)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-