Uses of Class
org.jpmml.model.PMMLException
-
Packages that use PMMLException Package Description org.jpmml.model -
-
Uses of PMMLException in org.jpmml.model
Subclasses of PMMLException in org.jpmml.model Modifier and Type Class Description classInvalidAttributeExceptionclassInvalidElementExceptionclassInvalidElementListExceptionclassInvalidMarkupExceptionThrown to indicate that the class model object is not valid.classMarkupExceptionclassMisplacedAttributeExceptionclassMisplacedElementExceptionclassMisplacedElementListExceptionclassMissingAttributeExceptionclassMissingElementExceptionclassMissingMarkupExceptionclassUnsupportedAttributeExceptionclassUnsupportedElementExceptionclassUnsupportedElementListExceptionclassUnsupportedMarkupExceptionThrown to indicate that the class model object is not supported.Methods in org.jpmml.model that return PMMLException Modifier and Type Method Description PMMLExceptionPMMLException. ensureContext(PMMLObject parentContext)PMMLExceptionPMMLException. initCause(java.lang.Throwable throwable)
-